gem5
v20.1.0.0
|
#include <smmu_v3_caches.hh>
Public Attributes | |
bool | valid |
uint32_t | lastUsed |
uint32_t | sid |
uint32_t | ssid |
bool | stage1_en |
bool | stage2_en |
Addr | ttb0 |
Addr | ttb1 |
Addr | httb |
uint16_t | asid |
uint16_t | vmid |
uint8_t | stage1_tg |
uint8_t | stage2_tg |
uint8_t | t0sz |
uint8_t | s2t0sz |
Definition at line 237 of file smmu_v3_caches.hh.
uint16_t ConfigCache::Entry::asid |
Definition at line 252 of file smmu_v3_caches.hh.
Addr ConfigCache::Entry::httb |
Definition at line 251 of file smmu_v3_caches.hh.
|
mutable |
Definition at line 240 of file smmu_v3_caches.hh.
Referenced by ConfigCache::lookup(), and ConfigCache::store().
uint8_t ConfigCache::Entry::s2t0sz |
Definition at line 257 of file smmu_v3_caches.hh.
uint32_t ConfigCache::Entry::sid |
Definition at line 243 of file smmu_v3_caches.hh.
Referenced by ConfigCache::store().
uint32_t ConfigCache::Entry::ssid |
Definition at line 244 of file smmu_v3_caches.hh.
Referenced by ConfigCache::store().
bool ConfigCache::Entry::stage1_en |
Definition at line 247 of file smmu_v3_caches.hh.
uint8_t ConfigCache::Entry::stage1_tg |
Definition at line 254 of file smmu_v3_caches.hh.
bool ConfigCache::Entry::stage2_en |
Definition at line 248 of file smmu_v3_caches.hh.
uint8_t ConfigCache::Entry::stage2_tg |
Definition at line 255 of file smmu_v3_caches.hh.
uint8_t ConfigCache::Entry::t0sz |
Definition at line 256 of file smmu_v3_caches.hh.
Addr ConfigCache::Entry::ttb0 |
Definition at line 249 of file smmu_v3_caches.hh.
Addr ConfigCache::Entry::ttb1 |
Definition at line 250 of file smmu_v3_caches.hh.
bool ConfigCache::Entry::valid |
Definition at line 239 of file smmu_v3_caches.hh.
Referenced by ConfigCache::store().
uint16_t ConfigCache::Entry::vmid |
Definition at line 253 of file smmu_v3_caches.hh.