1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-21 06:23:26 +01:00
Atmosphere/libraries/libmesosphere/include/mesosphere
2020-07-31 14:50:52 -07:00
..
arch/arm64 kern: add infra (but not impl) for all DeviceAddressSpace svcs 2020-07-31 14:50:52 -07:00
board/nintendo/nx kern: add infra (but not impl) for all DeviceAddressSpace svcs 2020-07-31 14:50:52 -07:00
init
svc kern: add infra (but not impl) for all DeviceAddressSpace svcs 2020-07-31 14:50:52 -07:00
kern_common.hpp
kern_debug_log.hpp
kern_initial_process.hpp
kern_k_address_arbiter.hpp
kern_k_address_space_info.hpp kern: skeleton initial process loading 2020-02-15 03:44:41 -08:00
kern_k_affinity_mask.hpp
kern_k_auto_object.hpp
kern_k_auto_object_container.hpp
kern_k_capabilities.hpp kern: implement SvcCreateInterruptEvent 2020-07-31 14:50:52 -07:00
kern_k_class_token.hpp
kern_k_client_port.hpp kern: add SvcCreatePort, SvcConnectToPort 2020-07-31 14:50:52 -07:00
kern_k_client_session.hpp kern: add SvcCreatePort, SvcConnectToPort 2020-07-31 14:50:52 -07:00
kern_k_code_memory.hpp
kern_k_condition_variable.hpp kern: partially implement SvcSignalProcessWideKey 2020-07-10 11:55:33 -07:00
kern_k_core_local_region.hpp
kern_k_current_context.hpp
kern_k_debug_base.hpp
kern_k_device_address_space.hpp kern: add SvcCreateDeviceAddressSpace, SvcAttachDeviceAddressSpace 2020-07-31 14:50:52 -07:00
kern_k_dpc_manager.hpp
kern_k_dynamic_page_manager.hpp
kern_k_dynamic_slab_heap.hpp
kern_k_event.hpp kern: partially implement Receive half of ReplyAndReceive 2020-07-10 11:55:33 -07:00
kern_k_event_info.hpp
kern_k_exception_context.hpp
kern_k_handle_table.hpp kern: partially implement Receive half of ReplyAndReceive 2020-07-10 11:55:33 -07:00
kern_k_hardware_timer_base.hpp
kern_k_initial_process_reader.hpp
kern_k_interrupt_event.hpp kern: implement SvcCreateInterruptEvent 2020-07-31 14:50:52 -07:00
kern_k_interrupt_task.hpp kern: implement more of KInterruptManager 2020-02-05 14:07:51 -08:00
kern_k_interrupt_task_manager.hpp kern: implement init through InterruptTaskManager.Initialize() 2020-02-10 02:26:00 -08:00
kern_k_light_client_session.hpp kern: add SvcCreatePort, SvcConnectToPort 2020-07-31 14:50:52 -07:00
kern_k_light_condition_variable.hpp
kern_k_light_lock.hpp
kern_k_light_server_session.hpp kern: add SvcCreatePort, SvcConnectToPort 2020-07-31 14:50:52 -07:00
kern_k_light_session.hpp kern: add SvcCreatePort, SvcConnectToPort 2020-07-31 14:50:52 -07:00
kern_k_linked_list.hpp
kern_k_memory_block.hpp kern: add infra (but not impl) for all DeviceAddressSpace svcs 2020-07-31 14:50:52 -07:00
kern_k_memory_block_manager.hpp
kern_k_memory_layout.hpp kern: add SvcQueryIoMapping (NOTE: pre-10.x, ABI needs update) 2020-07-13 13:24:32 -07:00
kern_k_memory_manager.hpp
kern_k_object_name.hpp
kern_k_page_bitmap.hpp
kern_k_page_buffer.hpp
kern_k_page_group.hpp
kern_k_page_heap.hpp
kern_k_page_table_base.hpp kern: add infra (but not impl) for all DeviceAddressSpace svcs 2020-07-31 14:50:52 -07:00
kern_k_page_table_manager.hpp
kern_k_port.hpp
kern_k_priority_queue.hpp
kern_k_process.hpp kern: implement SvcGetProcessList 2020-07-31 14:50:52 -07:00
kern_k_readable_event.hpp
kern_k_resource_limit.hpp
kern_k_scheduler.hpp kern: implement SvcSleepThread for ns > 0 2020-07-10 23:30:15 -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: implement SvcAcceptSession 2020-07-10 11:55:33 -07:00
kern_k_server_session.hpp kern/ipc: finish Receive part of ReplyAndReceive 2020-07-10 11:55:33 -07:00
kern_k_session.hpp
kern_k_session_request.hpp kern/ipc: finish Receive part of ReplyAndReceive 2020-07-10 11:55:33 -07:00
kern_k_shared_memory.hpp
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: implement SvcWaitSynchronization 2020-07-10 11:55:33 -07:00
kern_k_target_system.hpp
kern_k_thread.hpp kern/KScheduler: implement special yields 2020-07-11 00:48:26 -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_transfer_memory.hpp
kern_k_typed_address.hpp
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: implement KEvent, KWritableEvent, KServerSession::OnClientClosed 2020-07-10 11:55:33 -07:00
kern_kernel.hpp kern: mostly implement thread exit 2020-07-10 18:39:53 -07:00
kern_main.hpp
kern_panic.hpp kern: add KPageTableBase::CopyMemory Linear <-> User and Linear <-> Kernel 2020-07-10 20:09:06 -07:00
kern_select_cpu.hpp
kern_select_debug.hpp
kern_select_device_page_table.hpp
kern_select_hardware_timer.hpp kern: kern::arm64 -> kern::arch::arm64 2020-02-14 18:22:55 -08:00
kern_select_interrupt_controller.hpp
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