summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_layout.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add KPageTableBaseLiam2023-11-101-0/+8
| | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
* kernel: reshuffle ini1 size, add slab clear noteLiam2023-10-201-4/+2
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-36/+42
|
* kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueueLiam2023-03-131-17/+17
|
* kernel: split SetAddressKey into user and kernel variantsLiam2023-01-241-3/+3
|
* core: hle: kernel: k_memory_layout: Refresh.bunnei2022-11-041-4/+15
|
* 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