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-12-02 06:43:37 -08:00
..
init kern: implement new software-reserved page table bits 2020-12-02 06:43:37 -08: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: fix warn-errors 2020-09-07 10:43:35 -07:00
kern_k_exception_context.hpp kern: SvcGetLastThreadInfo, SvcGetDebugFutureThreadInfo 2020-07-31 14:50:52 -07:00
kern_k_hardware_timer.hpp kern: update KHardwareTimer, move out of KCoreLocalRegion 2020-12-02 06:43:37 -08:00
kern_k_interrupt_controller.hpp kern: use common GIC implementation for arm/arm64 2020-08-18 15:17:40 -07:00
kern_k_interrupt_manager.hpp kern: use single interrupt manager object 2020-12-02 06:43:37 -08:00
kern_k_interrupt_name.hpp
kern_k_memory_region_device_types.inc kern: revamp KMemoryRegionType to better encode derivation hierarchies 2020-09-07 10:43:35 -07:00
kern_k_page_table.hpp kern: implement DisableDeviceAddressSpaceMerge 2020-12-02 06:43:37 -08:00
kern_k_page_table_entry.hpp kern: update KMemoryBlockManagerUpdateAllocator api 2020-12-02 06:43:37 -08:00
kern_k_page_table_impl.hpp kern: implement new software-reserved page table bits 2020-12-02 06:43:37 -08:00
kern_k_process_page_table.hpp kern: remove KPageTableBase::MakeAndOpenContiguousPageGroup 2020-12-02 06:43:37 -08:00
kern_k_slab_heap_impl.hpp
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