yuzu-mainline/src/core/hle
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
..
kernel kernel/vm_manager: Handle stack/TLS IO region placement better 2019-07-05 21:57:31 -04:00
service Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEvent 2019-07-04 01:42:22 -04:00
ipc_helpers.h
ipc.h
lock.cpp
lock.h
result.h