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/source
2020-08-18 15:17:40 -07:00
..
arch kern: use common GIC implementation for arm/arm64 2020-08-18 15:17:40 -07:00
board/nintendo/nx kern: refactor KMemoryLayout 2020-08-18 15:17:40 -07:00
init kern: refactor KMemoryLayout 2020-08-18 15:17:40 -07:00
libc
svc kern: SvcLegacyGetFutureThreadInfo 2020-08-18 15:17:40 -07:00
kern_debug_log.cpp
kern_debug_log_impl.board.nintendo_nx.cpp
kern_debug_log_impl.hpp
kern_initial_process.cpp
kern_k_address_arbiter.cpp
kern_k_address_space_info.cpp
kern_k_auto_object.cpp
kern_k_auto_object_container.cpp
kern_k_capabilities.cpp kern: build with -Wextra 2020-08-17 14:20:24 -07:00
kern_k_class_token.cpp
kern_k_client_port.cpp
kern_k_client_session.cpp
kern_k_code_memory.cpp
kern_k_condition_variable.cpp
kern_k_debug_base.cpp
kern_k_device_address_space.cpp
kern_k_dpc_manager.cpp
kern_k_event.cpp
kern_k_handle_table.cpp
kern_k_initial_process_reader.cpp
kern_k_interrupt_event.cpp
kern_k_interrupt_task_manager.cpp
kern_k_light_client_session.cpp
kern_k_light_lock.cpp kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt 2020-08-18 15:17:40 -07:00
kern_k_light_server_session.cpp
kern_k_light_session.cpp
kern_k_memory_block_manager.cpp
kern_k_memory_layout.board.nintendo_nx.cpp
kern_k_memory_layout.cpp kern: correct flushing of init arguments 2020-08-18 15:17:40 -07:00
kern_k_memory_manager.cpp kern: cleanup some KMemoryManager functions 2020-08-18 15:17:40 -07:00
kern_k_object_name.cpp Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
kern_k_page_group.cpp
kern_k_page_heap.cpp
kern_k_page_table_base.cpp kern: simplify SetupForIpcClient cleanup 2020-08-18 15:17:40 -07:00
kern_k_port.cpp
kern_k_process.cpp kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt 2020-08-18 15:17:40 -07:00
kern_k_readable_event.cpp
kern_k_resource_limit.cpp kern: add tracing for irq/scheduling 2020-08-18 15:17:40 -07:00
kern_k_scheduler.cpp kern: add tracing for irq/scheduling 2020-08-18 15:17:40 -07:00
kern_k_server_port.cpp kern: add tracing for irq/scheduling 2020-08-18 15:17:40 -07:00
kern_k_server_session.cpp
kern_k_session.cpp
kern_k_session_request.cpp
kern_k_shared_memory.cpp
kern_k_synchronization.cpp
kern_k_synchronization_object.cpp
kern_k_thread.cpp kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt 2020-08-18 15:17:40 -07:00
kern_k_thread_local_page.cpp kern: finish KProcess::Initialize() for KIPs 2020-02-19 06:46:59 -08:00
kern_k_trace.cpp kern: implement svc trace 2020-08-18 15:17:40 -07:00
kern_k_transfer_memory.cpp
kern_k_wait_object.cpp
kern_k_worker_task_manager.cpp
kern_k_writable_event.cpp
kern_kernel.cpp kern: refactor KMemoryLayout 2020-08-18 15:17:40 -07:00
kern_main.cpp
kern_panic.cpp