1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00
Atmosphere/libraries/libmesosphere/source/svc
2020-08-18 15:17:40 -07:00
..
kern_svc_activity.cpp kern SvcGetCurrentProcessorNumber, SvcSetProcessActivity, half of SvcSetThreadActivity 2020-07-31 14:50:52 -07:00
kern_svc_address_arbiter.cpp
kern_svc_address_translation.cpp kern: refactor KMemoryLayout 2020-08-18 15:17:40 -07:00
kern_svc_cache.cpp kern: SvcFlushDataCache, SvcFlushEntireDataCache 2020-07-31 14:50:52 -07:00
kern_svc_code_memory.cpp kern: implement KCodeMemory (and SVCs) 2020-07-31 14:50:52 -07:00
kern_svc_condition_variable.cpp
kern_svc_debug.cpp kern SvcGetDebugThreadContext, SvcSetDebugThreadContext 2020-07-31 14:50:52 -07:00
kern_svc_debug_string.cpp
kern_svc_device_address_space.cpp
kern_svc_event.cpp
kern_svc_exception.cpp kern: SvcReturnFromException 2020-07-31 14:50:52 -07:00
kern_svc_info.cpp kern: Add 4.x InitialProcessIdRange to SvcGetInfo 2020-07-31 14:50:52 -07:00
kern_svc_interrupt_event.cpp
kern_svc_ipc.cpp
kern_svc_kernel_debug.cpp kern: SvcChangeKernelTraceState 2020-08-18 15:17:40 -07:00
kern_svc_light_ipc.cpp kern: SendSyncRequestLight, ReplyAndReceiveLight 2020-07-31 14:50:52 -07:00
kern_svc_lock.cpp
kern_svc_memory.cpp kern: improve KLightLock accuracy 2020-07-31 14:50:52 -07:00
kern_svc_physical_memory.cpp kern: remove stray log in SetHeapSize 2020-08-18 15:17:40 -07:00
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: resolve MESOSPHERE_UNIMPLEMENTEDs other than UserException 2020-07-31 14:50:52 -07:00
kern_svc_process_memory.cpp kern: SvcMapProcessCodeMemory, SvcUnmapProcessCodeMemory 2020-07-31 14:50:52 -07:00
kern_svc_processor.cpp kern SvcGetCurrentProcessorNumber, SvcSetProcessActivity, half of SvcSetThreadActivity 2020-07-31 14:50:52 -07:00
kern_svc_query_memory.cpp kern: fix nonsensical copy/pasted comments in QueryMemory 2020-07-31 14:50:52 -07:00
kern_svc_register.cpp
kern_svc_resource_limit.cpp
kern_svc_secure_monitor_call.cpp kern: complete final SVC stubs (KernelDebug/Trace debug-impl still TODO) 2020-07-31 14:50:52 -07:00
kern_svc_session.cpp
kern_svc_shared_memory.cpp
kern_svc_synchronization.cpp kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt 2020-08-18 15:17:40 -07:00
kern_svc_thread.cpp kern: style parity for return in GetThreadList 2020-07-31 14:50:52 -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