yuzu/src/core/hle/kernel
2020-11-29 01:31:51 -08:00
..
memory Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
address_arbiter.cpp hle: kernel: AddressArbiter: Remove unused code. 2020-11-29 01:31:51 -08:00
address_arbiter.h hle: kernel: AddressArbiter: Remove unused code. 2020-11-29 01:31:51 -08:00
client_port.cpp General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
client_port.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
client_session.cpp kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
client_session.h kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
code_set.cpp kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
code_set.h VM_Manager: Align allocated memory to 256bytes 2019-07-19 10:06:08 -04:00
errors.h SVC: WaitSynchronization add Termination Pending Result. 2020-06-27 11:35:36 -04:00
handle_table.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
handle_table.h kernel/handle_table: Remove usages of the global system instance 2020-07-15 13:40:15 -04:00
hle_ipc.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
hle_ipc.h ipc_helpers: Remove usage of the global system instance 2020-11-08 15:58:11 -05:00
kernel.cpp common: fiber: Use boost::context instead of native fibers on Windows. 2020-11-29 01:31:51 -08:00
kernel.h hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
mutex.cpp Clang Format. 2020-06-27 11:36:14 -04:00
mutex.h Clang Format. 2020-06-27 11:36:14 -04:00
object.cpp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
object.h kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
physical_core.cpp hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
physical_core.h hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
physical_memory.h physical_memory: Add missing include for <vector>. 2020-04-17 00:59:30 -04:00
process.cpp kernel/process: Add missing <ctime> include 2020-10-29 03:17:20 -04:00
process.h kernel/process: Move name and system context to the bottom of the member list 2020-07-15 13:40:18 -04:00
process_capability.cpp kernel: Don't fail silently 2020-04-29 14:53:53 +10:00
process_capability.h kernel: process_capability: Update to use Memory::PageTable. 2020-04-17 00:59:31 -04:00
readable_event.cpp SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 2020-06-27 11:35:13 -04:00
readable_event.h Kernel: Refactor synchronization to better match RE 2020-02-11 18:47:31 -04:00
resource_limit.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
resource_limit.h kernel: resource_limit: Improvements to implementation. 2020-04-17 00:59:27 -04:00
scheduler.cpp hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
scheduler.h Merge pull request #4323 from ReinUsesLisp/no-spin 2020-09-11 23:23:53 -07:00
server_port.cpp Kernel: Refactor synchronization to better match RE 2020-02-11 18:47:31 -04:00
server_port.h Kernel: Refactor synchronization to better match RE 2020-02-11 18:47:31 -04:00
server_session.cpp kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
server_session.h kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
session.cpp Kernel: Refactor synchronization to better match RE 2020-02-11 18:47:31 -04:00
session.h Kernel: Refactor synchronization to better match RE 2020-02-11 18:47:31 -04:00
shared_memory.cpp shared_memory: Amend doxygen reference 2020-04-23 18:42:14 -04:00
shared_memory.h shared_memory: Amend doxygen reference 2020-04-23 18:42:14 -04:00
svc.cpp hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
svc.h core: kernel: Move SVC to its own namesapce. 2020-04-17 00:59:28 -04:00
svc_types.h core: kernel: Add svc_types header to include SVC-specific types. 2020-04-17 00:59:28 -04:00
svc_wrap.h Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
synchronization.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
synchronization.h Core: Address Feedback 2020-02-13 19:10:33 -04:00
synchronization_object.cpp General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
synchronization_object.h hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. 2020-11-29 01:31:51 -08:00
thread.cpp hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
thread.h hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
time_manager.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
time_manager.h Kernel: Fixes, corrections and asserts to scheduler and different svcs. 2020-06-27 11:35:40 -04:00
transfer_memory.cpp kernel: transfer_memory: Refactor for new VMM. 2020-04-17 00:59:32 -04:00
transfer_memory.h kernel: transfer_memory: Refactor for new VMM. 2020-04-17 00:59:32 -04:00
writable_event.cpp Kernel: Refactor synchronization to better match RE 2020-02-11 18:47:31 -04:00
writable_event.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00