1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-21 14:33:24 +01:00
Atmosphere/libraries/libmesosphere/include/mesosphere/arch/arm64
2020-08-18 15:17:40 -07:00
..
init kern: switch memset to optimized impl 2020-07-31 14:50:52 -07:00
kern_cpu.hpp kern: fix multicore instruction cache invalidation 2020-08-18 15:17:40 -07:00
kern_cpu_system_registers.hpp kern: SvcSetHardwareBreakPoint 2020-07-31 14:50:52 -07:00
kern_k_debug.hpp kern: SvcReturnFromException 2020-07-31 14:50:52 -07:00
kern_k_exception_context.hpp kern: SvcGetLastThreadInfo, SvcGetDebugFutureThreadInfo 2020-07-31 14:50:52 -07:00
kern_k_hardware_timer.hpp
kern_k_interrupt_controller.hpp kern: clean up majority of TODOs 2020-07-31 14:50:52 -07:00
kern_k_interrupt_manager.hpp kern: implement SvcSleepSystem 2020-07-31 14:50:52 -07:00
kern_k_interrupt_name.hpp
kern_k_page_table.hpp kern: Map L1/L2 blocks when possible 2020-07-31 14:50:52 -07:00
kern_k_page_table_entry.hpp
kern_k_page_table_impl.hpp
kern_k_process_page_table.hpp kern: clean up majority of TODOs 2020-07-31 14:50:52 -07:00
kern_k_slab_heap_impl.hpp kern: fix slab heap atomics 2020-07-31 14:50:52 -07:00
kern_k_spin_lock.hpp
kern_k_supervisor_page_table.hpp kern: resolve MESOSPHERE_UNIMPLEMENTEDs other than UserException 2020-07-31 14:50:52 -07:00
kern_k_thread_context.hpp kern SvcGetDebugThreadContext, SvcSetDebugThreadContext 2020-07-31 14:50:52 -07:00
kern_userspace_memory_access.hpp