| .. |
|
address_arbiter.cpp
|
e4a1ead897
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
|
6 лет назад |
|
address_arbiter.h
|
22c6b9fab2
Kernel: Correct behavior of Address Arbiter threads. (#3165)
|
6 лет назад |
|
client_port.cpp
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
client_port.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
client_session.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
client_session.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
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
|
5167d1577d
kernel/handle_table: Allow process capabilities to limit the handle table size
|
7 лет назад |
|
handle_table.cpp
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
|
handle_table.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
hle_ipc.cpp
|
c5aefe42aa
Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.
|
6 лет назад |
|
hle_ipc.h
|
c3d3b173d3
kernel: Implement a more accurate IPC dispatch.
|
6 лет назад |
|
kernel.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
kernel.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
mutex.cpp
|
c3e43c7e81
kernel: Remove unnecessary includes
|
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
|
2de2bb980e
kernel/physical_core: Make use of std::unique_ptr
|
6 лет назад |
|
physical_core.h
|
2de2bb980e
kernel/physical_core: Make use of std::unique_ptr
|
6 лет назад |
|
physical_memory.h
|
56672b8c98
core/memory: Create a special MapMemoryRegion for physical memory.
|
6 лет назад |
|
process.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
process.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
process_capability.cpp
|
5167d1577d
kernel/handle_table: Allow process capabilities to limit the handle table size
|
7 лет назад |
|
process_capability.h
|
5167d1577d
kernel/handle_table: Allow process capabilities to limit the handle table size
|
7 лет назад |
|
readable_event.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
readable_event.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
resource_limit.cpp
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
|
resource_limit.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
scheduler.cpp
|
2bc949628d
Core: Address Feedback
|
6 лет назад |
|
scheduler.h
|
1e6f8aba04
Core: Set all hardware emulation constants in a single file.
|
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
|
2bc949628d
Core: Address Feedback
|
6 лет назад |
|
server_session.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
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
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
|
shared_memory.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |
|
svc.cpp
|
2bc949628d
Core: Address Feedback
|
6 лет назад |
|
svc.h
|
b117ca5fce
kernel/svc: Deglobalize the supervisor call handlers
|
7 лет назад |
|
svc_wrap.h
|
30e365e4fc
kernel/svc: Correct function signature of SignalProcessWideKey
|
6 лет назад |
|
synchronization.cpp
|
2bc949628d
Core: Address Feedback
|
6 лет назад |
|
synchronization.h
|
2bc949628d
Core: Address Feedback
|
6 лет назад |
|
synchronization_object.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
synchronization_object.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
thread.cpp
|
1e6f8aba04
Core: Set all hardware emulation constants in a single file.
|
6 лет назад |
|
thread.h
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
transfer_memory.cpp
|
ba53543da6
kernel: transfer_memory: Properly reserve and reset memory region.
|
6 лет назад |
|
transfer_memory.h
|
ba53543da6
kernel: transfer_memory: Properly reserve and reset memory region.
|
6 лет назад |
|
vm_manager.cpp
|
ba53543da6
kernel: transfer_memory: Properly reserve and reset memory region.
|
6 лет назад |
|
vm_manager.h
|
ba53543da6
kernel: transfer_memory: Properly reserve and reset memory region.
|
6 лет назад |
|
writable_event.cpp
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
|
writable_event.h
|
c3e43c7e81
kernel: Remove unnecessary includes
|
6 лет назад |