1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00
Atmosphere/libraries/libmesosphere/include/mesosphere
2020-10-13 23:07:51 -07:00
..
arch kern: revamp KMemoryRegionType to better encode derivation hierarchies 2020-09-07 10:43:35 -07:00
board kern: generate fatal error on panic 2020-09-17 08:26:08 -07:00
init kern: correct flushing of init arguments 2020-08-18 15:17:40 -07:00
svc
kern_build_config.hpp kern: default to release config 2020-09-17 08:26:08 -07:00
kern_common.hpp kern: make GetTargetFirmware a compile-time constant when not building for Switch 2020-08-18 15:17:40 -07:00
kern_debug_log.hpp kern: default to release config 2020-09-17 08:26:08 -07:00
kern_initial_process.hpp kern: support 2-pool layout on 2.x-4.x instead of modern 4-pool layout 2020-09-07 10:43:35 -07:00
kern_k_address_arbiter.hpp
kern_k_address_space_info.hpp
kern_k_affinity_mask.hpp
kern_k_auto_object.hpp
kern_k_auto_object_container.hpp
kern_k_capabilities.hpp kern: add version bounds checking 2020-08-18 15:17:40 -07:00
kern_k_class_token.hpp
kern_k_client_port.hpp
kern_k_client_session.hpp kern: PMC must be user-mappable for 1.0.0 compat 2020-09-07 10:43:35 -07:00
kern_k_code_memory.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_condition_variable.hpp
kern_k_core_local_region.hpp
kern_k_current_context.hpp
kern_k_debug_base.hpp
kern_k_device_address_space.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_dpc_manager.hpp
kern_k_dynamic_page_manager.hpp kern: change terminology metadata -> management 2020-09-07 10:43:35 -07:00
kern_k_dynamic_slab_heap.hpp
kern_k_event.hpp
kern_k_event_info.hpp
kern_k_exception_context.hpp
kern_k_handle_table.hpp
kern_k_hardware_timer_base.hpp
kern_k_initial_process_reader.hpp
kern_k_interrupt_event.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_interrupt_task.hpp
kern_k_interrupt_task_manager.hpp
kern_k_light_client_session.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_light_condition_variable.hpp
kern_k_light_lock.hpp
kern_k_light_server_session.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_light_session.hpp
kern_k_linked_list.hpp
kern_k_memory_block.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_memory_block_manager.hpp
kern_k_memory_layout.hpp kern: fix phys/virt pool management mixup 2020-09-07 10:43:35 -07:00
kern_k_memory_manager.hpp kern: change terminology metadata -> management 2020-09-07 10:43:35 -07:00
kern_k_memory_region.hpp kern: revamp KMemoryRegionType to better encode derivation hierarchies 2020-09-07 10:43:35 -07:00
kern_k_memory_region_type.hpp kern: pool management should be within carveout 2020-09-07 10:43:35 -07:00
kern_k_object_name.hpp
kern_k_page_bitmap.hpp kern: change terminology metadata -> management 2020-09-07 10:43:35 -07:00
kern_k_page_buffer.hpp
kern_k_page_group.hpp
kern_k_page_heap.hpp kern: change terminology metadata -> management 2020-09-07 10:43:35 -07:00
kern_k_page_table_base.hpp
kern_k_page_table_manager.hpp
kern_k_port.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_priority_queue.hpp
kern_k_process.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_readable_event.hpp
kern_k_resource_limit.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_scheduler.hpp kern: perform rescheduling on dispatch re-enable (closes #1169) 2020-10-13 23:07:51 -07:00
kern_k_scheduler_lock.hpp
kern_k_scoped_lock.hpp
kern_k_scoped_resource_reservation.hpp
kern_k_scoped_scheduler_lock_and_sleep.hpp
kern_k_server_port.hpp
kern_k_server_session.hpp
kern_k_session.hpp
kern_k_session_request.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_shared_memory.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_shared_memory_info.hpp
kern_k_slab_heap.hpp
kern_k_spin_lock.hpp
kern_k_synchronization.hpp
kern_k_synchronization_object.hpp
kern_k_target_system.hpp
kern_k_thread.hpp kern: perform rescheduling on dispatch re-enable (closes #1169) 2020-10-13 23:07:51 -07:00
kern_k_thread_context.hpp
kern_k_thread_local_page.hpp
kern_k_thread_queue.hpp
kern_k_timer_task.hpp
kern_k_trace.hpp kern: add tracing for irq/scheduling 2020-08-18 15:17:40 -07:00
kern_k_transfer_memory.hpp
kern_k_typed_address.hpp kern: fix KTypedAddress, strengthen assertions 2020-08-18 15:17:40 -07:00
kern_k_unsafe_memory.hpp
kern_k_wait_object.hpp
kern_k_worker_task.hpp
kern_k_worker_task_manager.hpp
kern_k_writable_event.hpp kern: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_kernel.hpp
kern_main.hpp
kern_panic.hpp
kern_select_cpu.hpp
kern_select_debug.hpp
kern_select_device_page_table.hpp kern: add stubbed KDevicePageTable implementation for systems without iommu 2020-08-18 15:17:40 -07:00
kern_select_hardware_timer.hpp
kern_select_interrupt_controller.hpp kern: use common GIC implementation for arm/arm64 2020-08-18 15:17:40 -07:00
kern_select_interrupt_manager.hpp
kern_select_interrupt_name.hpp
kern_select_page_table.hpp
kern_select_page_table_impl.hpp
kern_select_system_control.hpp
kern_select_userspace_memory_access.hpp
kern_slab_helpers.hpp
kern_svc.hpp