Region config structure, this used by SysConfig and not to be used by end-users directly.
Data Fields | |
| uint64_t | vaddr |
| uint64_t | paddr |
| uint32_t | size |
| MmuP_MapAttrs | attr |
| uint64_t MmuP_RegionConfig::vaddr |
Virtual address, MUST aligned to granule size
| uint64_t MmuP_RegionConfig::paddr |
Physical address, MUST aligned to granule size
| uint32_t MmuP_RegionConfig::size |
Region size, MUST be aligned to granule size
| MmuP_MapAttrs MmuP_RegionConfig::attr |
Region attributes, see MmuP_MapAttrs