gem5
v20.1.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 197 of file smmu_v3_caches.hh.
Addr IPACache::Entry::ipa |
Definition at line 203 of file smmu_v3_caches.hh.
Referenced by IPACache::store().
Addr IPACache::Entry::ipaMask |
Definition at line 204 of file smmu_v3_caches.hh.
Referenced by SMMUTranslationProcess::translateStage2().
|
mutable |
Definition at line 200 of file smmu_v3_caches.hh.
Referenced by IPACache::lookup(), and IPACache::store().
Addr IPACache::Entry::pa |
Definition at line 208 of file smmu_v3_caches.hh.
Referenced by SMMUTranslationProcess::translateStage2().
uint8_t IPACache::Entry::permissions |
Definition at line 209 of file smmu_v3_caches.hh.
Referenced by SMMUTranslationProcess::translateStage2().
bool IPACache::Entry::valid |
Definition at line 199 of file smmu_v3_caches.hh.
Referenced by IPACache::store().
uint16_t IPACache::Entry::vmid |
Definition at line 205 of file smmu_v3_caches.hh.
Referenced by IPACache::store().