gem5  v20.0.0.3
Public Attributes | List of all members
IPACache::Entry Struct Reference

#include <smmu_v3_caches.hh>

Public Attributes

bool valid
 
uint32_t lastUsed
 
Addr ipa
 
Addr ipaMask
 
uint16_t vmid
 
Addr pa
 
uint8_t permissions
 

Detailed Description

Definition at line 197 of file smmu_v3_caches.hh.

Member Data Documentation

◆ ipa

Addr IPACache::Entry::ipa

◆ ipaMask

Addr IPACache::Entry::ipaMask

◆ lastUsed

uint32_t IPACache::Entry::lastUsed
mutable

Definition at line 200 of file smmu_v3_caches.hh.

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

◆ pa

Addr IPACache::Entry::pa

Definition at line 208 of file smmu_v3_caches.hh.

Referenced by SMMUTranslationProcess::translateStage2().

◆ permissions

uint8_t IPACache::Entry::permissions

Definition at line 209 of file smmu_v3_caches.hh.

Referenced by SMMUTranslationProcess::translateStage2().

◆ valid

bool IPACache::Entry::valid

◆ vmid

uint16_t IPACache::Entry::vmid

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

Generated on Fri Jul 3 2020 15:53:16 for gem5 by doxygen 1.8.13