summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_address_space_info.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: fix type inconsistenciesLiam2023-03-081-2/+2
|
* kernel: simplify AddressSpaceInfo, update valuesLiam2023-03-011-66/+13
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-2/+2
|
* 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.
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-16/+19
| | | | | | | | | | | | | 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.
* common: common_sizes: Move sizes to the Common namespace.bunnei2021-03-241-14/+15
|
* common: common_sizes: Move Invalid to Size_* prefix and add missing values.bunnei2021-03-211-14/+14
|
* common: Move common sizes to their own header for code reuse.bunnei2021-03-211-13/+1
|
* hle: kernel: k_address_space_info: Cleanup.bunnei2021-03-211-9/+9
|
* hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.bunnei2021-02-191-0/+117