| .. |
|
address_arbiter.cpp
|
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
|
7 years ago |
|
address_arbiter.h
|
kernel: Remove unnecessary includes
|
8 years ago |
|
client_port.cpp
|
Added forward define for ServerPort
|
7 years ago |
|
client_port.h
|
Added forward define for ServerPort
|
7 years ago |
|
client_session.cpp
|
kernel: Eliminate kernel global state
|
7 years ago |
|
client_session.h
|
kernel: Eliminate kernel global state
|
7 years ago |
|
errors.h
|
kernel/errors: Clean up error codes
|
7 years ago |
|
event.cpp
|
kernel: Eliminate kernel global state
|
7 years ago |
|
event.h
|
kernel: Eliminate kernel global state
|
7 years ago |
|
handle_table.cpp
|
kernel/handle_table: Move private static functions into the cpp file
|
7 years ago |
|
handle_table.h
|
kernel/handle_table: Move private static functions into the cpp file
|
7 years ago |
|
hle_ipc.cpp
|
kernel/process: Make the handle table per-process
|
7 years ago |
|
hle_ipc.h
|
hle_ipc: Add member function for querying the existence of a domain header
|
7 years ago |
|
kernel.cpp
|
kernel/resource_limit: Clean up interface
|
7 years ago |
|
kernel.h
|
kernel/resource_limit: Clean up interface
|
7 years ago |
|
mutex.cpp
|
general: Remove unused boost inclusions where applicable
|
7 years ago |
|
mutex.h
|
kernel: Eliminate kernel global state
|
7 years ago |
|
object.cpp
|
kernel/process: Make CodeSet a regular non-inherited object
|
7 years ago |
|
object.h
|
kernel/process: Make CodeSet a regular non-inherited object
|
7 years ago |
|
process.cpp
|
kernel/process: Move <random> include to the cpp file
|
7 years ago |
|
process.h
|
kernel/process: Move <random> include to the cpp file
|
7 years ago |
|
resource_limit.cpp
|
kernel/resource_limit: Clean up interface
|
7 years ago |
|
resource_limit.h
|
kernel/resource_limit: Clean up interface
|
7 years ago |
|
scheduler.cpp
|
svc: Implement svcGetInfo command 0xF0000002
|
7 years ago |
|
scheduler.h
|
svc: Implement svcGetInfo command 0xF0000002
|
7 years ago |
|
server_port.cpp
|
kernel/server_port: Simplify emptiness check within ShouldWait()
|
7 years ago |
|
server_port.h
|
Ported #4296 from citra
|
7 years ago |
|
server_session.cpp
|
hle_ipc: Add member function for querying the existence of a domain header
|
7 years ago |
|
server_session.h
|
kernel: Eliminate kernel global state
|
7 years ago |
|
session.cpp
|
Format: Run the new clang format on everything
|
8 years ago |
|
session.h
|
kernel: Move object class to its own source files
|
8 years ago |
|
shared_memory.cpp
|
kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer
|
7 years ago |
|
shared_memory.h
|
kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer
|
7 years ago |
|
svc.cpp
|
Reworked svcs slightly, improved error messages in AM and fsp_srv
|
7 years ago |
|
svc.h
|
svc: Localize the GetInfo enum class to the function itself
|
7 years ago |
|
svc_wrap.h
|
Stubbed SetMemoryPermission
|
7 years ago |
|
thread.cpp
|
kernel/thread: Deduplicate scheduler switching code
|
7 years ago |
|
thread.h
|
kernel/thread: Deduplicate scheduler switching code
|
7 years ago |
|
timer.cpp
|
kernel: Eliminate kernel global state
|
7 years ago |
|
timer.h
|
kernel: Eliminate kernel global state
|
7 years ago |
|
vm_manager.cpp
|
ldr_ro: Add error check for memory allocation failure
|
7 years ago |
|
vm_manager.h
|
ldr_ro: Add error check for memory allocation failure
|
7 years ago |
|
wait_object.cpp
|
kernel/thread: Make all instance variables private
|
7 years ago |
|
wait_object.h
|
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
|
7 years ago |