.. |
address_arbiter.cpp
|
Memory: move Read/Write8/16/32/64 and ReadCString into class
|
2018-12-05 20:21:14 -05:00 |
address_arbiter.h
|
Memory: move Read/Write8/16/32/64 and ReadCString into class
|
2018-12-05 20:21:14 -05:00 |
client_port.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
client_port.h
|
Kernel: pass ref to session pair
|
2018-10-18 21:41:36 -04:00 |
client_session.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
client_session.h
|
Kernel: pass ref to session pair
|
2018-10-18 21:41:36 -04:00 |
config_mem.cpp
|
Kernel: make config_mem and MapSharedPages members of KernelSystem
|
2018-11-01 12:56:40 -04:00 |
config_mem.h
|
Kernel: make config_mem and MapSharedPages members of KernelSystem
|
2018-11-01 12:56:40 -04:00 |
errors.h
|
Kernel: reimplement memory management on physical FCRAM (#4392)
|
2018-11-06 15:00:47 -05:00 |
event.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
event.h
|
Kernel: pass Kernel ref in Event
|
2018-10-18 21:41:36 -04:00 |
handle_table.cpp
|
kernel/handle_table: Move private static functions into the cpp file
|
2018-11-23 15:58:12 +01:00 |
handle_table.h
|
kernel/handle_table: Move private static functions into the cpp file
|
2018-11-23 15:58:12 +01:00 |
hle_ipc.cpp
|
Memory: move block operations into class
|
2018-12-05 20:21:14 -05:00 |
hle_ipc.h
|
Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager
|
2018-10-26 16:07:11 -04:00 |
ipc.cpp
|
Memory: move block operations into class
|
2018-12-05 20:21:14 -05:00 |
ipc.h
|
VMManager: change MapMemoryBlockToBase to use raw backing memory
|
2018-11-16 00:16:13 -05:00 |
kernel.cpp
|
Memory: move PageTable functions into class
|
2018-12-05 20:16:42 -05:00 |
kernel.h
|
Memory: move GetPhysicalPointer and IsValidPhysicalAddress into class
|
2018-12-05 20:21:14 -05:00 |
memory.cpp
|
Memory: move memory setup into MemorySystem
|
2018-12-10 22:01:09 -05:00 |
memory.h
|
Memory: move GetPhysicalPointer and IsValidPhysicalAddress into class
|
2018-12-05 20:21:14 -05:00 |
mutex.cpp
|
Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager
|
2018-10-26 16:07:11 -04:00 |
mutex.h
|
Kernel: pass ref in Mutex
|
2018-10-18 21:41:36 -04:00 |
object.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
object.h
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
process.cpp
|
Memory: register page tables into a list for rasterizer cache marking
|
2018-12-10 22:13:10 -05:00 |
process.h
|
Kernel/Process: implement prvileged Map/Unmap
|
2018-11-11 12:39:05 -05:00 |
resource_limit.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
resource_limit.h
|
Kernel: wrap resource limit state into kernel state; pass ref to resource limit
|
2018-10-18 21:41:36 -04:00 |
semaphore.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
semaphore.h
|
Kernel: pass ref to sempahore
|
2018-10-18 21:41:36 -04:00 |
server_port.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
server_port.h
|
Kernel: pass ref to port
|
2018-10-18 21:41:36 -04:00 |
server_session.cpp
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |
server_session.h
|
IPC: store mapped buffer info in session context
|
2018-11-16 00:16:13 -05:00 |
session.cpp
|
|
|
session.h
|
|
|
shared_memory.cpp
|
fix clang-format
|
2018-12-06 13:30:58 -05:00 |
shared_memory.h
|
kernel/shared_memory: std::move the string parameter in SetName()
|
2018-11-24 10:07:11 -05:00 |
shared_page.cpp
|
CoreTiming: wrap into class
|
2018-11-04 10:26:38 -05:00 |
shared_page.h
|
CoreTiming: wrap into class
|
2018-11-04 10:26:38 -05:00 |
svc.cpp
|
Memory: IsValidVirtualAddress can be global
|
2018-12-05 20:21:14 -05:00 |
svc.h
|
SVC: hide details in pimpl
|
2018-11-12 13:59:34 -05:00 |
svc_wrapper.h
|
SVC: use context and generic templates
|
2018-11-12 13:59:34 -05:00 |
thread.cpp
|
Memory: move memory chunk into pImpl and make them dynamically allocated
|
2018-12-06 13:30:47 -05:00 |
thread.h
|
Memory: move PageTable functions into class
|
2018-12-05 20:16:42 -05:00 |
timer.cpp
|
CoreTiming: wrap into class
|
2018-11-04 10:26:38 -05:00 |
timer.h
|
CoreTiming: wrap into class
|
2018-11-04 10:26:38 -05:00 |
vm_manager.cpp
|
Memory: move memory setup into MemorySystem
|
2018-12-10 22:01:09 -05:00 |
vm_manager.h
|
Memory: move memory setup into MemorySystem
|
2018-12-10 22:01:09 -05:00 |
wait_object.cpp
|
HLE: move SharedPage into Kernel
|
2018-11-01 12:56:40 -04:00 |
wait_object.h
|
Kernel: pass ref down to Object and wrap ID counter into kernel state
|
2018-10-18 21:41:36 -04:00 |