summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_layout.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* core: hle: kernel: k_memory_layout: Update kernel slab memory sizes.bunnei2022-03-151-3/+3
|
* hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion.bunnei2022-02-271-0/+4
|
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-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.
* 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