summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_layout.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion.bunnei2022-02-271-0/+4
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-13/+14
* hle: kernel: k_memory_layout: Use pair instead of tuple.bunnei2021-03-241-2/+4
* common: common_sizes: Move sizes to the Common namespace.bunnei2021-03-241-8/+8
* hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global.bunnei2021-03-211-1/+2
* hle: kernel: k_memory_layout: Derive memory regions based on board layout.bunnei2021-03-211-29/+355
* hle: kernel: Move KMemoryRegion to its own module and update.bunnei2021-03-211-21/+1
* hle: kernel: Migrate MemoryLayout to KMemoryLayout.bunnei2021-02-191-0/+90