summaryrefslogtreecommitdiffstats
path: root/src/core/device_memory_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-31DeviceMemory: Make counter types configurableFernando Sahmkow1-5/+10
2024-01-31smmu: use new range mutex construction for protecting countersLiam1-1/+2
2024-01-19nvdrv: use static typing for SessionId, smmu Asid typesLiam1-14/+17
2024-01-19Core: Eliminate core/memory dependancies.Fernando Sahmkow1-0/+4
2024-01-19SMMU: Fix Right Shift UB.Fernando Sahmkow1-2/+2
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-3/+4
2024-01-19SMMU: Add continuity tracking optimization.Fernando Sahmkow1-9/+12
2024-01-19SMMU: Simplify and remove old code.Fernando Sahmkow1-8/+6
2024-01-19SMMU: Implement physical memory mirroringFernando Sahmkow1-2/+25
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-5/+38
2024-01-19SMMU: Implement backing CPU page protect/unprotectFernando Sahmkow1-1/+50
2024-01-19Core: Initial implementation of device memory mappingFernando Sahmkow1-0/+97