summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/board/nintendo/nx/k_system_control.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-10kernel: move more memory to application in 8GB arrangementLiam1-2/+4
2023-04-08kernel: switch extended memory setting to 8GB arrangementLiam1-2/+2
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-03-01kernel: adjust pool allocationsLiam1-6/+15
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-06k_system_control: Fix data racelat9nq1-3/+3
2022-02-27hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress.bunnei1-1/+11
2022-02-21hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled.bunnei1-20/+4
2021-06-24common: Replace common_sizes into user-literalsWunkolo1-17/+20
2021-03-24hle: kernel: k_system_control: Remove unnecessary inline.bunnei1-4/+4
2021-03-24common: common_sizes: Move sizes to the Common namespace.bunnei1-16/+16
2021-03-21hle: kernel: board: k_system_control: Extend to include memory region sizes.bunnei1-1/+119
2021-03-21hle: kernel: KSystemControl: Update to reflect board-specific behavior.bunnei1-2/+6
2021-02-19hle: kernel: KSystemControl does not belong in Memory namespace.bunnei1-6/+7
2021-02-19hle: kernel: system_control: Add function GenerateRandomU64.bunnei1-3/+4
2020-08-05system_control: Make functions internally linked where applicableLioncash1-10/+11
2020-05-03kernel/memory: Remove #pragma once within cpp fileLioncash1-2/+0
2020-04-17core: hle: Address various feedback & code cleanup.bunnei1-3/+3
2020-04-17kernel: memory: Add system_control code, which will be used for ASLR support.bunnei1-0/+41