1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-12 23:16:40 +00:00
Atmosphere/libraries/libmesosphere/source/svc
2021-09-19 10:34:31 -07:00
..
kern_svc_activity.cpp
kern_svc_address_arbiter.cpp
kern_svc_address_translation.cpp
kern_svc_cache.cpp kern: KMemoryManager/KPageGroup use physical addresses instead of virtual, now 2021-09-19 10:34:31 -07:00
kern_svc_code_memory.cpp
kern_svc_condition_variable.cpp
kern_svc_debug.cpp kern: improve kdebug attach semantics 2021-09-19 10:34:31 -07:00
kern_svc_debug_string.cpp
kern_svc_device_address_space.cpp svc/kern/dd: remove MapDeviceAddressSpace() 2021-09-19 10:34:31 -07:00
kern_svc_event.cpp kern: support dynamic resource expansion for system heaps/events/sessions. 2021-09-19 10:34:31 -07:00
kern_svc_exception.cpp kern: optimize logging for release kernel strings (saves printf space in .text) 2021-09-19 10:34:31 -07:00
kern_svc_info.cpp kern: kill the interrupt task manager thread 2021-09-19 10:34:31 -07:00
kern_svc_interrupt_event.cpp
kern_svc_io_pool.cpp kern/svc: implement IoPool/Region svc support 2021-09-19 10:34:31 -07:00
kern_svc_ipc.cpp kern: unify all waiting semantics to use single api 2021-09-19 10:34:31 -07:00
kern_svc_kernel_debug.cpp
kern_svc_light_ipc.cpp kern: SendSyncRequestLight, ReplyAndReceiveLight 2020-07-31 14:50:52 -07:00
kern_svc_lock.cpp kern: KConditionVariable arbiter functions now static 2021-09-19 10:34:31 -07:00
kern_svc_memory.cpp kern: improve KLightLock accuracy 2020-07-31 14:50:52 -07:00
kern_svc_physical_memory.cpp
kern_svc_port.cpp
kern_svc_power_management.cpp kern: implement SvcSleepSystem 2020-07-31 14:50:52 -07:00
kern_svc_process.cpp kern: improve kdebug attach semantics 2021-09-19 10:34:31 -07:00
kern_svc_process_memory.cpp
kern_svc_processor.cpp
kern_svc_query_memory.cpp
kern_svc_register.cpp
kern_svc_resource_limit.cpp
kern_svc_secure_monitor_call.cpp
kern_svc_session.cpp kern: support dynamic resource expansion for system heaps/events/sessions. 2021-09-19 10:34:31 -07:00
kern_svc_shared_memory.cpp kern: fix svc bounds checking for main memory size 4GB -> 8GB (closes #1320) 2021-01-07 03:43:09 -08:00
kern_svc_synchronization.cpp
kern_svc_thread.cpp kern: improve kdebug attach semantics 2021-09-19 10:34:31 -07:00
kern_svc_thread_profiler.cpp kern: SvcLegacyGetFutureThreadInfo 2020-08-18 15:17:40 -07:00
kern_svc_tick.cpp kern: SvcGetSystemTick 2020-07-31 14:50:52 -07:00
kern_svc_transfer_memory.cpp