yuzu-mainline/src/core/hle/kernel
Lioncash 313cc36fec kernel/vm_manager: Handle stack/TLS IO region placement better
Handles the placement of the stack a little nicer compared to the
previous code, which was off in a few ways. e.g.

The stack (new map) region, shouldn't be the width of the entire address
space if the size of the region calculation ends up being zero. It
should be placed at the same location as the TLS IO region and also have
the same size.

In the event the TLS IO region contains a size of zero, we should also
be doing the same thing. This fixes our memory layout a little bit and
also resolves some cases where assertions can trigger due to the memory
layout being incorrect.
2019-07-05 21:57:31 -04:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
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
object.h core/kernel/object: Rename ResetType enum members 2019-05-18 15:52:51 -04:00
process_capability.cpp
process_capability.h
process.cpp kernel/process: Decouple TLS handling from threads 2019-07-03 20:31:40 -04:00
process.h kernel/process: Default initialize all member variables 2019-07-03 20:31:40 -04: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
resource_limit.h kernel: Make handle type declarations constexpr 2019-04-11 16:34:53 -04:00
scheduler.cpp
scheduler.h
server_port.cpp
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_wrap.h kernel/svc: Implement svcMapProcessCodeMemory 2019-04-12 21:55:50 -04:00
svc.cpp Merge pull request #2482 from DarkLordZach/prepo 2019-06-21 14:05:18 -04:00
svc.h
thread.cpp kernel/process: Decouple TLS handling from threads 2019-07-03 20:31:40 -04:00
thread.h kernel/process: Decouple TLS handling from threads 2019-07-03 20:31:40 -04:00
transfer_memory.cpp
transfer_memory.h
vm_manager.cpp kernel/vm_manager: Handle stack/TLS IO region placement better 2019-07-05 21:57:31 -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