yuzu/src/core
Yuri Kunde Schlesner 0a60aa75c2 Kernel: Add VMManager to manage process address spaces
This enables more dynamic management of the process address space,
compared to just directly configuring the page table for major areas.

This will serve as the foundation upon which the rest of the Kernel
memory management functions will be built.
2015-05-27 03:24:12 -03:00
..
arm Merge pull request #826 from lioncash/tables 2015-05-26 22:05:13 -07:00
file_sys Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
hle Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
hw OpenGL renderer 2015-05-22 15:51:18 -07:00
loader Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
CMakeLists.txt Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
core_timing.cpp CoreTiming: Initialize static variables at bootup. 2015-05-01 18:27:05 -04:00
core_timing.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
core.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
core.h fixup! Set the TLS address in the scheduler 2015-05-10 18:43:59 -05:00
mem_map.cpp Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
mem_map.h Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
memory_setup.h Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
memory.cpp Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
memory.h Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
settings.cpp License change 2014-12-20 21:20:24 -08:00
settings.h INI hw/sw renderer toggle 2015-05-22 14:37:55 -07:00
system.cpp Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00
system.h Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00