gem5
v21.0.0.0
|
#include <smmu_v3_caches.hh>
Public Attributes | |
bool | valid |
uint32_t | lastUsed |
Addr | ipa |
Addr | ipaMask |
uint16_t | vmid |
Addr | pa |
uint8_t | permissions |
Definition at line 202 of file smmu_v3_caches.hh.
Addr IPACache::Entry::ipa |
Definition at line 208 of file smmu_v3_caches.hh.
Referenced by IPACache::store().
Addr IPACache::Entry::ipaMask |
Definition at line 209 of file smmu_v3_caches.hh.
Referenced by SMMUTranslationProcess::translateStage2().
|
mutable |
Definition at line 205 of file smmu_v3_caches.hh.
Referenced by IPACache::lookup(), and IPACache::store().
Addr IPACache::Entry::pa |
Definition at line 213 of file smmu_v3_caches.hh.
Referenced by SMMUTranslationProcess::translateStage2().
uint8_t IPACache::Entry::permissions |
Definition at line 214 of file smmu_v3_caches.hh.
Referenced by SMMUTranslationProcess::translateStage2().
bool IPACache::Entry::valid |
Definition at line 204 of file smmu_v3_caches.hh.
Referenced by IPACache::store().
uint16_t IPACache::Entry::vmid |
Definition at line 210 of file smmu_v3_caches.hh.
Referenced by IPACache::store().