Atmosphere / libraries / libmesosphere / include / mesosphere /
@Michael Scire Michael Scire authored on 23 Jul 2020
SciresM committed on 31 Jul 2020
..
arch/ arm64 kern: KConditionVariable::SignalImpl 6 years ago
board/nintendo/ nx kern: add KProcess::Initialize (for non-kip processes) 6 years ago
init Switch atmosphere's build target to C++20. (#952) 6 years ago
svc kern: implement SvcDebugActiveProcess, svcGetDebugEvent, SvcWaitProcessWideKeyAtomic 6 years ago
kern_common.hpp ams: revamp target firmware 6 years ago
kern_debug_log.hpp kern: svcOutputDebugString, svcGetThreadPriority, svcGetThreadId 6 years ago
kern_initial_process.hpp kern: skeleton initial process loading 6 years ago
kern_k_address_arbiter.hpp kern: add KProcess members 6 years ago
kern_k_address_space_info.hpp kern: implement first half of SvcCreateProcess 6 years ago
kern_k_affinity_mask.hpp kern: implement KAffinityMask 6 years ago
kern_k_auto_object.hpp kern: KConditionVariable::SignalImpl 6 years ago
kern_k_auto_object_container.hpp kern: implement KHandleTable, other cleanup 6 years ago
kern_k_capabilities.hpp kern: fix bugs in interrupt permittance, DpcManager init 6 years ago
kern_k_class_token.hpp kern: correct KClassToken generation 6 years ago
kern_k_client_port.hpp kern: add SvcCreatePort, SvcConnectToPort 6 years ago
kern_k_client_session.hpp kern: add SvcCreatePort, SvcConnectToPort 6 years ago
kern_k_code_memory.hpp kern: obj stubs to get past slab init 6 years ago
kern_k_condition_variable.hpp kern: implement SvcSignalToAddress, SvcWaitForAddress 6 years ago
kern_k_core_local_region.hpp kern: implement KThreadLocalPage 6 years ago
kern_k_current_context.hpp Switch atmosphere's build target to C++20. (#952) 6 years ago
kern_k_debug_base.hpp kern: implement SvcDebugActiveProcess, svcGetDebugEvent, SvcWaitProcessWideKeyAtomic 6 years ago
kern_k_device_address_space.hpp kern: add SvcCreateDeviceAddressSpace, SvcAttachDeviceAddressSpace 6 years ago
kern_k_dpc_manager.hpp kern: implement dpc + skeleton rest of main 6 years ago
kern_k_dynamic_page_manager.hpp kern: randomize dynamic slab heaps to reflect 10.x changes 6 years ago
kern_k_dynamic_slab_heap.hpp kern: randomize dynamic slab heaps to reflect 10.x changes 6 years ago
kern_k_event.hpp kern: partially implement Receive half of ReplyAndReceive 6 years ago
kern_k_event_info.hpp kern: implement SvcDebugActiveProcess, svcGetDebugEvent, SvcWaitProcessWideKeyAtomic 6 years ago
kern_k_exception_context.hpp kern: switch->nx, implement sleep manager init 6 years ago
kern_k_handle_table.hpp kern: implement SvcMapProcessMemory, SvcUnmapProcessMemory 6 years ago
kern_k_hardware_timer_base.hpp kern: implement much of KScheduler, KHardwareTimer 6 years ago
kern_k_initial_process_reader.hpp kern: implement SetProcessMemoryPermission 6 years ago
kern_k_interrupt_event.hpp kern: implement SvcCreateInterruptEvent 6 years ago
kern_k_interrupt_task.hpp kern: implement more of KInterruptManager 6 years ago
kern_k_interrupt_task_manager.hpp kern: implement init through InterruptTaskManager.Initialize() 6 years ago
kern_k_light_client_session.hpp kern: add SvcCreatePort, SvcConnectToPort 6 years ago
kern_k_light_condition_variable.hpp kern: implement dpc + skeleton rest of main 6 years ago
kern_k_light_lock.hpp kern: implement enough of KPageTable to initialize a thread 6 years ago
kern_k_light_server_session.hpp kern: add SvcCreatePort, SvcConnectToPort 6 years ago
kern_k_light_session.hpp kern: add SvcCreatePort, SvcConnectToPort 6 years ago
kern_k_linked_list.hpp kern: fix KLinkedList dtor 6 years ago
kern_k_memory_block.hpp kern: add infra (but not impl) for all DeviceAddressSpace svcs 6 years ago
kern_k_memory_block_manager.hpp mesosphere: implement KMemoryBlockManager::UpdateLock 6 years ago
kern_k_memory_layout.hpp kern: implement SvcSetHeapSize 6 years ago
kern_k_memory_manager.hpp kern: add KProcess::Initialize (for non-kip processes) 6 years ago
kern_k_object_name.hpp kern: SvcConnectToNamedPort 6 years ago
kern_k_page_bitmap.hpp kern: Update init to reflect 10.0.0 changes 6 years ago
kern_k_page_buffer.hpp kern: implement enough of KPageTable to initialize a thread 6 years ago
kern_k_page_group.hpp kern: implement KProcess::Run 6 years ago
kern_k_page_heap.hpp kern: finish SvcGetSystemInfo 6 years ago
kern_k_page_table_base.hpp kern: fully implement KSharedMemory (and Svcs) 6 years ago
kern_k_page_table_manager.hpp kern: randomize dynamic slab heaps to reflect 10.x changes 6 years ago
kern_k_port.hpp kern: SvcConnectToNamedPort 6 years ago
kern_k_priority_queue.hpp Switch atmosphere's build target to C++20. (#952) 6 years ago
kern_k_process.hpp kern: SvcGetProcessInfo, SvcTerminateProcess 6 years ago
kern_k_readable_event.hpp kern: obj stubs to get past slab init 6 years ago
kern_k_resource_limit.hpp kern: implement KResourceLimit 6 years ago
kern_k_scheduler.hpp kern: fix kscheduler interrupt api, adjust debug logging 6 years ago
kern_k_scheduler_lock.hpp Switch atmosphere's build target to C++20. (#952) 6 years ago
kern_k_scoped_lock.hpp Switch atmosphere's build target to C++20. (#952) 6 years ago
kern_k_scoped_resource_reservation.hpp kern: implement KProcess::Run 6 years ago
kern_k_scoped_scheduler_lock_and_sleep.hpp kern: implement KResourceLimit 6 years ago
kern_k_server_port.hpp kern: implement SvcAcceptSession 6 years ago
kern_k_server_session.hpp kern/ipc: finish Receive part of ReplyAndReceive 6 years ago
kern_k_session.hpp kern: SvcConnectToNamedPort 6 years ago
kern_k_session_request.hpp kern/ipc: finish Receive part of ReplyAndReceive 6 years ago
kern_k_shared_memory.hpp kern: fully implement KSharedMemory (and Svcs) 6 years ago
kern_k_shared_memory_info.hpp kern: obj stubs to get past slab init 6 years ago
kern_k_slab_heap.hpp kern: implement KHandleTable, other cleanup 6 years ago
kern_k_spin_lock.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_k_synchronization.hpp kern: implement KProcess::Run 6 years ago
kern_k_synchronization_object.hpp kern: implement SvcWaitSynchronization 6 years ago
kern_k_target_system.hpp kern: switch->nx, implement sleep manager init 6 years ago
kern_k_thread.hpp kern: implement SvcCancelSynchronization 6 years ago
kern_k_thread_context.hpp kern: switch->nx, implement sleep manager init 6 years ago
kern_k_thread_local_page.hpp kern: finish KProcess::Initialize() for KIPs 6 years ago
kern_k_thread_queue.hpp kern: implement KResourceLimit 6 years ago
kern_k_timer_task.hpp kern: implement KHandleTable, other cleanup 6 years ago
kern_k_transfer_memory.hpp kern: obj stubs to get past slab init 6 years ago
kern_k_typed_address.hpp kern: implement KMemoryBlockManager::Update 6 years ago
kern_k_unsafe_memory.hpp kern: implement KUnsafeMemory 6 years ago
kern_k_wait_object.hpp kern: add KProcess members 6 years ago
kern_k_worker_task.hpp kern: mostly implement KThread::Initialize 6 years ago
kern_k_worker_task_manager.hpp kern: implement KWorkerTaskManager 6 years ago
kern_k_writable_event.hpp kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed 6 years ago
kern_kernel.hpp kern: mostly implement thread exit 6 years ago
kern_main.hpp kern: implement KHandleTable, other cleanup 6 years ago
kern_panic.hpp kern: add KPageTableBase::CopyMemory Linear <-> User and Linear <-> Kernel 6 years ago
kern_select_cpu.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_debug.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_device_page_table.hpp kern: implement smmu init 6 years ago
kern_select_hardware_timer.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_interrupt_controller.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_interrupt_manager.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_interrupt_name.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_page_table.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_page_table_impl.hpp kern: kern::arm64 -> kern::arch::arm64 6 years ago
kern_select_system_control.hpp kern: switch->nx, implement sleep manager init 6 years ago
kern_select_userspace_memory_access.hpp kern: implement KUserPointer (and test with QueryMemory) in advance of svc dev 6 years ago
kern_slab_helpers.hpp kern: implement unsuspension of init threads 6 years ago
kern_svc.hpp kern: implement process(pagetable) init 6 years ago