aboutsummaryrefslogtreecommitdiff
path: root/src/core/device_memory.cpp
AgeCommit message (Collapse)Author
2023-11-25core: Define HAS_NCE macroGPUCode
2023-11-25arm: Implement native code execution backendLiam
2023-11-25device_memory: Enable direct mapped addresses for nceGPUCode
2023-06-03device_memory: Use smaller virtual reservation size for compatibility with ↵Liam
39-bit paging
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-02-21core: device_memory: Use memory size reported by KSystemControl.bunnei
- That way, we can consolidate the memory layout to one place.
2021-06-11core: Make use of fastmemMarkus Wick
2020-07-27device_memory: Remove unused system memberLioncash
This isn't used by anything in particular, so it can be removed.
2020-04-17kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei
2020-04-17core: device_memory: Update to use VirtualBuffer class.bunnei
2020-04-17core: device_manager: Add a simple class to manage device RAM.bunnei