| .. |
|
memory
|
38868e5750
memory_manager: Remove useless assertion
|
6 лет назад |
|
address_arbiter.cpp
|
be269e21a5
address_arbiter: Collapse loops in InsertThread() and RemoveThread()
|
6 лет назад |
|
address_arbiter.h
|
9f2c703137
address_arbiter: Simplify GetThreadsWaitingOnAddress()
|
6 лет назад |
|
client_port.cpp
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
client_port.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
client_session.cpp
|
4caff51710
core: memory: Move to Core::Memory namespace.
|
6 лет назад |
|
client_session.h
|
4caff51710
core: memory: Move to Core::Memory namespace.
|
6 лет назад |
|
code_set.cpp
|
1b6bd9d6df
kernel: Move CodeSet structure to its own source files
|
7 лет назад |
|
code_set.h
|
9bede4eeed
VM_Manager: Align allocated memory to 256bytes
|
7 лет назад |
|
errors.h
|
a238d08f71
kernel: errors: Add ERR_OUT_OF_RESOURCES.
|
6 лет назад |
|
handle_table.cpp
|
b6538c3e7c
kernel: Don't fail silently
|
6 лет назад |
|
handle_table.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
hle_ipc.cpp
|
82ecdd0104
Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
|
6 лет назад |
|
hle_ipc.h
|
0ec07e8763
hle_ipc: Eliminate core memory globals
|
6 лет назад |
|
kernel.cpp
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
|
kernel.h
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
|
mutex.cpp
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
mutex.h
|
555cd26ec2
core/hle/kernel: Make Mutex a per-process class.
|
7 лет назад |
|
object.cpp
|
c3d3b173d3
kernel: Implement a more accurate IPC dispatch.
|
6 лет назад |
|
object.h
|
c3d3b173d3
kernel: Implement a more accurate IPC dispatch.
|
6 лет назад |
|
physical_core.cpp
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
|
physical_core.h
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
|
physical_memory.h
|
fc040b5b70
physical_memory: Add missing include for <vector>.
|
6 лет назад |
|
process.cpp
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
process.h
|
108564df57
kernel: process: Updates for new VMM.
|
6 лет назад |
|
process_capability.cpp
|
b6538c3e7c
kernel: Don't fail silently
|
6 лет назад |
|
process_capability.h
|
ffc3de762b
kernel: process_capability: Update to use Memory::PageTable.
|
6 лет назад |
|
readable_event.cpp
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
readable_event.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
resource_limit.cpp
|
43bf860b22
kernel: ResourceLimit::Reserve remove useless while loop
|
6 лет назад |
|
resource_limit.h
|
b0e3cbef7a
kernel: resource_limit: Improvements to implementation.
|
6 лет назад |
|
scheduler.cpp
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
|
scheduler.h
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
|
server_port.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
server_port.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
server_session.cpp
|
0ec07e8763
hle_ipc: Eliminate core memory globals
|
6 лет назад |
|
server_session.h
|
4caff51710
core: memory: Move to Core::Memory namespace.
|
6 лет назад |
|
session.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
session.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
shared_memory.cpp
|
ce7c02735e
shared_memory: Amend doxygen reference
|
6 лет назад |
|
shared_memory.h
|
ce7c02735e
shared_memory: Amend doxygen reference
|
6 лет назад |
|
svc.cpp
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
svc.h
|
82d457af37
core: kernel: Move SVC to its own namesapce.
|
6 лет назад |
|
svc_types.h
|
ad48ebb2c8
core: kernel: Add svc_types header to include SVC-specific types.
|
6 лет назад |
|
svc_wrap.h
|
dba112e510
core: hle: Implement separate A32/A64 SVC interfaces.
|
6 лет назад |
|
synchronization.cpp
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
synchronization.h
|
2bc949628d
Core: Address Feedback
|
6 лет назад |
|
synchronization_object.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
synchronization_object.h
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
thread.cpp
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
thread.h
|
3b5b950c89
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
6 лет назад |
|
time_manager.cpp
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
|
time_manager.h
|
d219a96cc8
Kernel: Address Feedback.
|
6 лет назад |
|
transfer_memory.cpp
|
3fcc4cab4f
kernel: transfer_memory: Refactor for new VMM.
|
6 лет назад |
|
transfer_memory.h
|
3fcc4cab4f
kernel: transfer_memory: Refactor for new VMM.
|
6 лет назад |
|
writable_event.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
writable_event.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |