yuzu-mainline/src/core/hle/kernel
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files
memory.cpp/h contains definitions related to acessing memory and
configuring the address space
mem_map.cpp/h contains higher-level definitions related to configuring
the address space accoording to the kernel and allocating memory.
2015-05-15 00:04:38 -03:00
..
address_arbiter.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
address_arbiter.h
event.cpp
event.h
kernel.cpp fixup! 2015-05-11 18:23:45 -05:00
kernel.h Kernel: Remove g_program_id 2015-05-08 22:11:03 -03:00
mutex.cpp
mutex.h
process.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
process.h Core/Memory: Add TLS support for creating up to 300 threads 2015-05-11 20:09:23 -05:00
semaphore.cpp
semaphore.h
session.cpp
session.h Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
shared_memory.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
shared_memory.h Kernel: Capture SharedMemory attributes at creation, not when mapping 2015-05-10 19:47:07 -03:00
thread.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
thread.h Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
timer.cpp
timer.h