gem5  v20.1.0.0
Public Attributes | List of all members
WalkCache::Entry Struct Reference

#include <smmu_v3_caches.hh>

Public Attributes

bool valid
 
uint32_t lastUsed
 
Addr va
 
Addr vaMask
 
uint16_t asid
 
uint16_t vmid
 
unsigned stage
 
unsigned level
 
bool leaf
 
Addr pa
 
uint8_t permissions
 

Detailed Description

Definition at line 284 of file smmu_v3_caches.hh.

Member Data Documentation

◆ asid

uint16_t WalkCache::Entry::asid

Definition at line 292 of file smmu_v3_caches.hh.

Referenced by WalkCache::store().

◆ lastUsed

uint32_t WalkCache::Entry::lastUsed
mutable

Definition at line 287 of file smmu_v3_caches.hh.

Referenced by WalkCache::lookup(), and WalkCache::store().

◆ leaf

bool WalkCache::Entry::leaf

◆ level

unsigned WalkCache::Entry::level

Definition at line 295 of file smmu_v3_caches.hh.

Referenced by WalkCache::store().

◆ pa

Addr WalkCache::Entry::pa

◆ permissions

uint8_t WalkCache::Entry::permissions

◆ stage

unsigned WalkCache::Entry::stage

Definition at line 294 of file smmu_v3_caches.hh.

Referenced by WalkCache::store().

◆ va

Addr WalkCache::Entry::va

Definition at line 290 of file smmu_v3_caches.hh.

Referenced by WalkCache::store().

◆ valid

bool WalkCache::Entry::valid

Definition at line 286 of file smmu_v3_caches.hh.

Referenced by WalkCache::store().

◆ vaMask

Addr WalkCache::Entry::vaMask

◆ vmid

uint16_t WalkCache::Entry::vmid

Definition at line 293 of file smmu_v3_caches.hh.

Referenced by WalkCache::store().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:34 for gem5 by doxygen 1.8.17