summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_layout.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-04core: hle: kernel: k_memory_layout: Refresh.bunnei1-4/+15
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-15core: hle: kernel: k_memory_layout: Update kernel slab memory sizes.bunnei1-3/+3
2022-02-27hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion.bunnei1-0/+4
2021-06-24common: Replace common_sizes into user-literalsWunkolo1-13/+14
Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc user-literals within literals.h. To keep the global namespace clean, users will have to use: ``` using namespace Common::Literals; ``` to access these literals.
2021-03-24hle: kernel: k_memory_layout: Use pair instead of tuple.bunnei1-2/+4
2021-03-24common: common_sizes: Move sizes to the Common namespace.bunnei1-8/+8
2021-03-21hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global.bunnei1-1/+2
2021-03-21hle: kernel: k_memory_layout: Derive memory regions based on board layout.bunnei1-29/+355
2021-03-21hle: kernel: Move KMemoryRegion to its own module and update.bunnei1-21/+1
2021-02-19hle: kernel: Migrate MemoryLayout to KMemoryLayout.bunnei1-17/+17
2021-01-11core: hle: kernel: Add some useful functions for checking kernel addresses.bunnei1-0/+19
2020-07-13memory_layout: Remove unused data memberLioncash1-2/+0
This isn't used, so it can be removed entirely, shrinking the structure size by 8 bytes.
2020-04-17kernel: memory: Add MemoryLayout class, to build physical memory layout.bunnei1-0/+73