citra/src/core/hle/kernel
2023-12-30 15:36:12 -08:00
..
ipc_debugger hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
address_arbiter.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
address_arbiter.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
client_port.cpp core: backport some ResultCode updates (#6645) 2023-07-03 02:23:53 +02:00
client_port.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
client_session.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
client_session.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
config_mem.cpp code: Remove outdated comment style (#6640) 2023-06-25 15:22:41 +05:30
config_mem.h code: Remove outdated comment style (#6640) 2023-06-25 15:22:41 +05:30
errors.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
event.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
event.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
handle_table.cpp core: backport some ResultCode updates (#6645) 2023-07-03 02:23:53 +02:00
handle_table.h clang-format fixes 2020-02-13 17:39:15 +08:00
hle_ipc.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
hle_ipc.h Add missing FS:USER functions (#7051) 2023-10-31 14:01:25 -07:00
ipc.cpp Map MappedBuffer guard pages in a single operation. (#7158) 2023-11-14 01:33:38 -08:00
ipc.h Map MappedBuffer guard pages in a single operation. (#7158) 2023-11-14 01:33:38 -08:00
kernel.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
kernel.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
memory.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
memory.h Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
mutex.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
mutex.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
object.cpp Use load_construct_data for kernel objects 2020-02-13 17:38:25 +08:00
object.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
process.cpp kernel: Add some missing state to process serialization. (#7295) 2023-12-28 08:25:46 -08:00
process.h arm: De-virtualize ThreadContext (#7119) 2023-11-06 17:55:30 -08:00
resource_limit.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
resource_limit.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
semaphore.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
semaphore.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
server_port.cpp core: backport some ResultCode updates (#6645) 2023-07-03 02:23:53 +02:00
server_port.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
server_session.cpp core: backport some ResultCode updates (#6645) 2023-07-03 02:23:53 +02:00
server_session.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
session.cpp Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
session.h Added client/server objects 2020-02-13 17:38:16 +08:00
shared_memory.cpp kernel: Fix freeing shared memory with wrong region. (#7301) 2023-12-30 15:36:12 -08:00
shared_memory.h kernel: Fix freeing shared memory with wrong region. (#7301) 2023-12-30 15:36:12 -08:00
shared_page.cpp core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
shared_page.h core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
svc.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
svc.h Refactor out the wakeup_callback function pointer 2020-02-13 17:42:05 +08:00
svc_wrapper.h Add a couple of useful SVC logs 2020-04-11 19:47:06 +01:00
thread.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
thread.h arm: De-virtualize ThreadContext (#7119) 2023-11-06 17:55:30 -08:00
timer.cpp kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
timer.h kernel: Improve accuracy of KResourceLimit emulation (#7221) 2023-12-04 13:31:06 +02:00
vm_manager.cpp core: Remove special regions (#7211) 2023-11-26 12:07:30 -08:00
vm_manager.h core: Remove special regions (#7211) 2023-11-26 12:07:30 -08:00
wait_object.cpp Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
wait_object.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00