2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/kernel
Lioncash 55481df50f kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary
This will be necessary for making our TLS slot management slightly more
straightforward. This can also be utilized for other purposes in the
future.

We can implement the existing simpler overload in terms of this one
anyways, we just pass the beginning and end of the ASLR region as the
boundaries.
2019-07-03 20:29:49 -04:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp kernel/server_session: Return a std::pair from CreateSessionPair() 2019-04-06 01:42:03 -04:00
client_port.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
client_session.cpp
client_session.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
code_set.cpp
code_set.h
errors.h
handle_table.cpp
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 kernel: Differentiate kernel and user processes when picking ID 2019-06-10 00:28:33 -04:00
kernel.h kernel: Differentiate kernel and user processes when picking ID 2019-06-10 00:28:33 -04:00
mutex.cpp
mutex.h
object.cpp kernel/object: Remove unused handle type entry 2019-04-03 10:24:32 -04:00
object.h core/kernel/object: Rename ResetType enum members 2019-05-18 15:52:51 -04:00
process.cpp kernel: Differentiate kernel and user processes when picking ID 2019-06-10 00:28:33 -04:00
process.h kernel: Differentiate kernel and user processes when picking ID 2019-06-10 00:28:33 -04:00
process_capability.cpp
process_capability.h kernel/handle_table: Allow process capabilities to limit the handle table size 2019-02-25 11:12:32 -05:00
readable_event.cpp core/kernel/object: Rename ResetType enum members 2019-05-18 15:52:51 -04:00
readable_event.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
resource_limit.cpp kernel/resource_limit: Remove the name member from resource limits 2019-04-01 16:49:28 -04:00
resource_limit.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
scheduler.cpp kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
scheduler.h
server_port.cpp kernel/server_port: Return a std::pair from CreatePortPair() 2019-04-06 01:36:53 -04:00
server_port.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
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 kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
session.cpp
session.h
shared_memory.cpp
shared_memory.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
svc.cpp Merge pull request #2482 from DarkLordZach/prepo 2019-06-21 14:05:18 -04:00
svc.h kernel/svc: Deglobalize the supervisor call handlers 2019-04-07 20:30:05 -04:00
svc_wrap.h kernel/svc: Implement svcMapProcessCodeMemory 2019-04-12 21:55:50 -04:00
thread.cpp Core_Timing: Make core_timing threadsafe by default. 2019-06-16 14:14:35 -04:00
thread.h Merge pull request #2410 from lioncash/affinity 2019-05-19 13:59:52 -04:00
transfer_memory.cpp kernel/transfer_memory: Add accessors to data and sizes 2019-04-03 17:49:16 -04:00
transfer_memory.h kernel/transfer_memory: Add accessors to data and sizes 2019-04-03 17:49:16 -04:00
vm_manager.cpp kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary 2019-07-03 20:29:49 -04:00
vm_manager.h kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary 2019-07-03 20:29:49 -04:00
wait_object.cpp Merge pull request #2416 from lioncash/wait 2019-04-24 22:56:08 -04:00
wait_object.h kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function 2019-04-17 06:44:34 -04:00
writable_event.cpp
writable_event.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00