| .. |
|
memory
|
core: system: Rename GetDeviceManager -> DeviceManager.
|
2020-04-17 00:59:32 -04:00 |
|
address_arbiter.cpp
|
|
|
|
address_arbiter.h
|
|
|
|
client_port.cpp
|
|
|
|
client_port.h
|
|
|
|
client_session.cpp
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
|
client_session.h
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
|
code_set.cpp
|
|
|
|
code_set.h
|
|
|
|
errors.h
|
kernel: errors: Add ERR_OUT_OF_RESOURCES.
|
2020-04-17 00:59:31 -04:00 |
|
handle_table.cpp
|
|
|
|
handle_table.h
|
|
|
|
hle_ipc.cpp
|
CMakeLists: Specify -Wextra on linux builds
|
2020-04-15 21:33:46 -04:00 |
|
hle_ipc.h
|
|
|
|
kernel.cpp
|
kernel: Initialize memory layout for new VMM.
|
2020-04-17 00:59:32 -04:00 |
|
kernel.h
|
kernel: Initialize memory layout for new VMM.
|
2020-04-17 00:59:32 -04:00 |
|
mutex.cpp
|
|
|
|
mutex.h
|
|
|
|
object.cpp
|
|
|
|
object.h
|
|
|
|
physical_core.cpp
|
|
|
|
physical_core.h
|
|
|
|
physical_memory.h
|
physical_memory: Add missing include for <vector>.
|
2020-04-17 00:59:30 -04:00 |
|
process.cpp
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
|
process.h
|
|
|
|
process_capability.cpp
|
kernel: process_capability: Update to use Memory::PageTable.
|
2020-04-17 00:59:31 -04:00 |
|
process_capability.h
|
kernel: process_capability: Update to use Memory::PageTable.
|
2020-04-17 00:59:31 -04:00 |
|
readable_event.cpp
|
|
|
|
readable_event.h
|
|
|
|
resource_limit.cpp
|
kernel: resource_limit: Improvements to implementation.
|
2020-04-17 00:59:27 -04:00 |
|
resource_limit.h
|
kernel: resource_limit: Improvements to implementation.
|
2020-04-17 00:59:27 -04:00 |
|
scheduler.cpp
|
|
|
|
scheduler.h
|
|
|
|
server_port.cpp
|
|
|
|
server_port.h
|
|
|
|
server_session.cpp
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
|
server_session.h
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
|
session.cpp
|
|
|
|
session.h
|
|
|
|
shared_memory.cpp
|
kernel: shared_memory: Refactor for new VMM.
|
2020-04-17 00:59:32 -04:00 |
|
shared_memory.h
|
kernel: shared_memory: Refactor for new VMM.
|
2020-04-17 00:59:32 -04:00 |
|
svc.cpp
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
|
svc.h
|
core: kernel: Move SVC to its own namesapce.
|
2020-04-17 00:59:28 -04:00 |
|
svc_types.h
|
core: kernel: Add svc_types header to include SVC-specific types.
|
2020-04-17 00:59:28 -04:00 |
|
svc_wrap.h
|
|
|
|
synchronization.cpp
|
|
|
|
synchronization.h
|
|
|
|
synchronization_object.cpp
|
|
|
|
synchronization_object.h
|
|
|
|
thread.cpp
|
kernel/thread: Resolve -Wswitch warnings
|
2020-04-15 13:48:14 -04:00 |
|
thread.h
|
|
|
|
time_manager.cpp
|
|
|
|
time_manager.h
|
|
|
|
transfer_memory.cpp
|
kernel: transfer_memory: Refactor for new VMM.
|
2020-04-17 00:59:32 -04:00 |
|
transfer_memory.h
|
kernel: transfer_memory: Refactor for new VMM.
|
2020-04-17 00:59:32 -04:00 |
|
vm_manager.cpp
|
|
|
|
vm_manager.h
|
|
|
|
writable_event.cpp
|
|
|
|
writable_event.h
|
|
|