Atmosphere/libraries/libmesosphere/include/mesosphere
2021-10-28 19:16:23 -07:00
..
arch kern: fix minor assembly bugs, avoid unnecessary function call in KScheduler hotloop 2021-10-28 19:16:23 -07:00
board kern: add (and use) generic KSystemControlBase 2021-10-25 17:31:14 -07:00
init kern: fix some lingering non-m_ member variables 2021-10-09 15:46:04 -07:00
svc kern: fix some lingering non-m_ member variables 2021-10-09 15:46:04 -07:00
kern_build_config.hpp kern: add toggleable support for 40-bit physaddr caps 2021-10-25 17:31:14 -07:00
kern_common.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_debug_log.hpp kern/test: add wip qemu-virt board support to mesosphere 2021-10-25 17:31:14 -07:00
kern_initial_process.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_address_arbiter.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_address_space_info.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_affinity_mask.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_auto_object.hpp kern: devirtualize KAutoObjectWithList::GetId() 2021-10-24 17:00:05 -07:00
kern_k_auto_object_container.hpp kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask 2021-10-24 20:41:38 -07:00
kern_k_auto_object_impls.hpp kern: devirtualize KAutoObjectWithList::GetId() 2021-10-24 17:00:05 -07:00
kern_k_capabilities.hpp kern: add toggleable support for 40-bit physaddr caps 2021-10-25 17:31:14 -07:00
kern_k_class_token.hpp kern: devirtualize KAutoObjectWithList::GetId() 2021-10-24 17:00:05 -07:00
kern_k_client_port.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_client_session.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_code_memory.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_condition_variable.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_current_context.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_debug_base.hpp kern: devirtualize most things that are free to devirtualize (see #1672) 2021-10-24 13:04:31 -07:00
kern_k_device_address_space.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_dpc_manager.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_dump_object.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_dynamic_page_manager.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_dynamic_resource_manager.hpp kern: audit (and fix) our hardware maintenance instructions to match official kernel 2021-10-27 12:31:53 -07:00
kern_k_dynamic_slab_heap.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_event.hpp kern: devirtualize most things that are free to devirtualize (see #1672) 2021-10-24 13:04:31 -07:00
kern_k_event_info.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_exception_context.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_handle_table.hpp kern: fix reorder-init in KHandleTable 2021-10-24 13:08:08 -07:00
kern_k_hardware_timer_base.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_initial_process_reader.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_interrupt_event.hpp kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask 2021-10-24 20:41:38 -07:00
kern_k_interrupt_task.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_interrupt_task_manager.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_io_pool.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_io_region.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_light_client_session.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_light_condition_variable.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_light_lock.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_light_server_session.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_light_session.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_memory_block.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_memory_block_manager.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_memory_layout.hpp kern: add (and use) generic KSystemControlBase 2021-10-25 17:31:14 -07:00
kern_k_memory_manager.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_memory_region.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_memory_region_type.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_object_name.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_page_bitmap.hpp kern: simplify random bitmap selection to match latest Nintendo logic 2021-10-25 17:31:14 -07:00
kern_k_page_buffer.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_page_group.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_page_heap.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_page_table_base.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_page_table_manager.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_page_table_slab_heap.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_port.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_priority_queue.hpp kern: update scheduler for 13.0.0 change, fix some ctz/clz bugs 2021-10-19 01:20:28 -07:00
kern_k_process.hpp kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask 2021-10-24 20:41:38 -07:00
kern_k_readable_event.hpp kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask 2021-10-24 20:41:38 -07:00
kern_k_resource_limit.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_scheduler.hpp kern: audit (and fix) our hardware maintenance instructions to match official kernel 2021-10-27 12:31:53 -07:00
kern_k_scheduler_impls.hpp kern: audit (and fix) our hardware maintenance instructions to match official kernel 2021-10-27 12:31:53 -07:00
kern_k_scheduler_lock.hpp kern: implement 13.1.0 kernel changes 2021-10-25 17:34:47 -07:00
kern_k_scoped_lock.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_scoped_resource_reservation.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_scoped_scheduler_lock_and_sleep.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_server_port.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_server_session.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_session.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_session_request.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_shared_memory.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_shared_memory_info.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_slab_heap.hpp kern: use new AtomicRef, use Atomic<bool> 2021-10-20 13:29:38 -07:00
kern_k_spin_lock.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_synchronization_object.hpp kern: devirtualize most things that are free to devirtualize (see #1672) 2021-10-24 13:04:31 -07:00
kern_k_system_control_base.hpp kern: add (and use) generic KSystemControlBase 2021-10-25 17:31:14 -07:00
kern_k_target_system.hpp kern: add (and use) generic KSystemControlBase 2021-10-25 17:31:14 -07:00
kern_k_thread.hpp kern: fix minor assembly bugs, avoid unnecessary function call in KScheduler hotloop 2021-10-28 19:16:23 -07:00
kern_k_thread_context.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_thread_local_page.hpp kern: use optimized red black tree finds for remaining holdouts 2021-10-23 21:58:48 -07:00
kern_k_thread_queue.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_timer_task.hpp kern: devirtualize most things that are free to devirtualize (see #1672) 2021-10-24 13:04:31 -07:00
kern_k_trace.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_transfer_memory.hpp kern: devirtualize several KAutoObject functions 2021-10-23 21:13:26 -07:00
kern_k_typed_address.hpp kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668) 2021-10-23 15:25:20 -07:00
kern_k_unsafe_memory.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_unused_slab_memory.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_wait_object.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_k_worker_task.hpp kern: devirtualize KReadableEvent::Reset, KWorkerTask::DoWorkerTask 2021-10-24 20:41:38 -07:00
kern_k_worker_task_manager.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_kernel.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_main.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_panic.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_assembly_offsets.h ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_cpu.hpp kern/test: add wip qemu-virt board support to mesosphere 2021-10-25 17:31:14 -07:00
kern_select_debug.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_device_page_table.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_hardware_timer.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_interrupt_controller.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_interrupt_manager.hpp kern: optimize and bring into line with N our pstate.i management 2021-10-27 15:00:07 -07:00
kern_select_interrupt_name.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_page_table.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_page_table_impl.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_select_system_control.hpp kern: add (and use) generic KSystemControlBase 2021-10-25 17:31:14 -07:00
kern_select_userspace_memory_access.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00
kern_slab_helpers.hpp kern: devirtualize KAutoObjectWithList::GetId() 2021-10-24 17:00:05 -07:00
kern_svc.hpp ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals 2021-10-04 12:59:10 -07:00