| .. |
|
address_arbiter.cpp
|
|
|
|
address_arbiter.h
|
|
|
|
client_port.cpp
|
|
|
|
client_port.h
|
|
|
|
client_session.cpp
|
|
|
|
client_session.h
|
|
|
|
code_set.cpp
|
|
|
|
code_set.h
|
VM_Manager: Align allocated memory to 256bytes
|
2019-07-19 10:06:08 -04:00 |
|
errors.h
|
|
|
|
handle_table.cpp
|
core: Remove Core::CurrentProcess()
|
2019-10-06 13:53:12 -04:00 |
|
handle_table.h
|
|
|
|
hle_ipc.cpp
|
Merge pull request #2489 from FearlessTobi/port-4716
|
2019-05-24 18:23:15 -04:00 |
|
hle_ipc.h
|
HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread
|
2019-05-18 19:53:39 +02:00 |
|
kernel.cpp
|
Add interfacing to the Global Scheduler
|
2019-10-15 11:55:07 -04:00 |
|
kernel.h
|
Add interfacing to the Global Scheduler
|
2019-10-15 11:55:07 -04:00 |
|
mutex.cpp
|
|
|
|
mutex.h
|
|
|
|
object.cpp
|
|
|
|
object.h
|
core/kernel/object: Rename ResetType enum members
|
2019-05-18 15:52:51 -04:00 |
|
physical_memory.h
|
Kernel: Address Feedback
|
2019-07-19 11:28:57 -04:00 |
|
process_capability.cpp
|
|
|
|
process_capability.h
|
|
|
|
process.cpp
|
Correct compiling errors and addapt to the new interface.
|
2019-10-15 11:55:09 -04:00 |
|
process.h
|
Merge pull request #2687 from lioncash/tls-process
|
2019-07-18 13:53:04 -04:00 |
|
readable_event.cpp
|
core/kernel/object: Rename ResetType enum members
|
2019-05-18 15:52:51 -04:00 |
|
readable_event.h
|
|
|
|
resource_limit.cpp
|
|
|
|
resource_limit.h
|
|
|
|
scheduler.cpp
|
Implement a new Core Scheduler
|
2019-10-15 11:55:04 -04:00 |
|
scheduler.h
|
Implement a new Core Scheduler
|
2019-10-15 11:55:04 -04:00 |
|
server_port.cpp
|
|
|
|
server_port.h
|
|
|
|
server_session.cpp
|
HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread
|
2019-05-18 19:53:39 +02:00 |
|
server_session.h
|
|
|
|
session.cpp
|
|
|
|
session.h
|
|
|
|
shared_memory.cpp
|
Kernel: Address Feedback
|
2019-07-19 11:28:57 -04:00 |
|
shared_memory.h
|
VM_Manager: Align allocated memory to 256bytes
|
2019-07-19 10:06:08 -04:00 |
|
svc_wrap.h
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
|
2019-07-07 11:45:53 -07:00 |
|
svc.cpp
|
Correct Supervisor Calls to work with the new scheduler,
|
2019-10-15 11:55:08 -04:00 |
|
svc.h
|
|
|
|
thread.cpp
|
Addapt thread class to the new Scheduler
|
2019-10-15 11:55:06 -04:00 |
|
thread.h
|
Addapt thread class to the new Scheduler
|
2019-10-15 11:55:06 -04:00 |
|
transfer_memory.cpp
|
VM_Manager: Align allocated memory to 256bytes
|
2019-07-19 10:06:08 -04:00 |
|
transfer_memory.h
|
VM_Manager: Align allocated memory to 256bytes
|
2019-07-19 10:06:08 -04:00 |
|
vm_manager.cpp
|
kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/UnmapPhysicalMemory
|
2019-09-04 19:58:52 -04:00 |
|
vm_manager.h
|
kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory
|
2019-09-04 19:58:55 -04:00 |
|
wait_object.cpp
|
|
|
|
wait_object.h
|
|
|
|
writable_event.cpp
|
|
|
|
writable_event.h
|
|
|