gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Member Functions | Protected Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
WalkCache Class Reference

#include <smmu_v3_caches.hh>

Inheritance diagram for WalkCache:
SMMUv3BaseCache

Classes

struct  Entry
 
struct  WalkCacheStats
 

Public Member Functions

 WalkCache (const std::array< unsigned, 2 *WALK_CACHE_LEVELS > &_sizes, unsigned _associativity, const std::string &policy, Stats::Group *parent)
 
virtual ~WalkCache ()
 
const Entrylookup (Addr va, Addr vaMask, uint16_t asid, uint16_t vmid, unsigned stage, unsigned level, bool updStats=true)
 
void store (const Entry &incoming)
 
void invalidateVA (Addr va, uint16_t asid, uint16_t vmid, const bool leaf_only)
 
void invalidateVAA (Addr va, uint16_t vmid, const bool leaf_only)
 
void invalidateASID (uint16_t asid, uint16_t vmid)
 
void invalidateVMID (uint16_t vmid)
 
void invalidateAll ()
 
- Public Member Functions inherited from SMMUv3BaseCache
 SMMUv3BaseCache (const std::string &policy_name, uint32_t seed, Stats::Group *parent, const std::string &name)
 
virtual ~SMMUv3BaseCache ()
 

Protected Attributes

WalkCache::WalkCacheStats walkCacheStats
 
- Protected Attributes inherited from SMMUv3BaseCache
int replacementPolicy
 
size_t nextToReplace
 
Random random
 
uint32_t useStamp
 
SMMUv3BaseCache::SMMUv3BaseCacheStats baseCacheStats
 

Private Types

typedef std::vector< EntrySet
 

Private Member Functions

size_t pickSetIdx (Addr va, Addr vaMask, unsigned stage, unsigned level) const
 
size_t pickEntryIdxToReplace (const Set &set, unsigned stage, unsigned level)
 

Private Attributes

std::vector< Setsets
 
size_t associativity
 
std::array< unsigned, 2 *WALK_CACHE_LEVELSsizes
 
std::array< unsigned, 2 *WALK_CACHE_LEVELSoffsets
 

Additional Inherited Members

- Static Protected Member Functions inherited from SMMUv3BaseCache
static int decodePolicyName (const std::string &policy_name)
 

Detailed Description

Definition at line 286 of file smmu_v3_caches.hh.

Member Typedef Documentation

◆ Set

typedef std::vector<Entry> WalkCache::Set
private

Definition at line 344 of file smmu_v3_caches.hh.

Constructor & Destructor Documentation

◆ WalkCache()

WalkCache::WalkCache ( const std::array< unsigned, 2 *WALK_CACHE_LEVELS > &  _sizes,
unsigned  _associativity,
const std::string &  policy,
Stats::Group parent 
)

Definition at line 971 of file smmu_v3_caches.cc.

References associativity, ArmISA::e, fatal, ArmISA::i, offsets, sets, sizes, and WALK_CACHE_LEVELS.

◆ ~WalkCache()

virtual WalkCache::~WalkCache ( )
inlinevirtual

Definition at line 311 of file smmu_v3_caches.hh.

Member Function Documentation

◆ invalidateAll()

void WalkCache::invalidateAll ( )

Definition at line 1152 of file smmu_v3_caches.cc.

References ArmISA::i, ArmISA::s, and sets.

Referenced by SMMUv3::processCommand().

◆ invalidateASID()

void WalkCache::invalidateASID ( uint16_t  asid,
uint16_t  vmid 
)

Definition at line 1122 of file smmu_v3_caches.cc.

References ArmISA::asid, ArmISA::e, ArmISA::i, ArmISA::s, and sets.

Referenced by SMMUv3::processCommand().

◆ invalidateVA()

void WalkCache::invalidateVA ( Addr  va,
uint16_t  asid,
uint16_t  vmid,
const bool  leaf_only 
)

Definition at line 1085 of file smmu_v3_caches.cc.

References ArmISA::asid, ArmISA::e, ArmISA::i, ArmISA::s, sets, and ArmISA::va.

Referenced by SMMUv3::processCommand().

◆ invalidateVAA()

void WalkCache::invalidateVAA ( Addr  va,
uint16_t  vmid,
const bool  leaf_only 
)

Definition at line 1104 of file smmu_v3_caches.cc.

References ArmISA::e, ArmISA::i, ArmISA::s, sets, and ArmISA::va.

Referenced by SMMUv3::processCommand().

◆ invalidateVMID()

void WalkCache::invalidateVMID ( uint16_t  vmid)

Definition at line 1137 of file smmu_v3_caches.cc.

References ArmISA::e, ArmISA::i, ArmISA::s, and sets.

Referenced by SMMUv3::processCommand().

◆ lookup()

const WalkCache::Entry * WalkCache::lookup ( Addr  va,
Addr  vaMask,
uint16_t  asid,
uint16_t  vmid,
unsigned  stage,
unsigned  level,
bool  updStats = true 
)

◆ pickEntryIdxToReplace()

size_t WalkCache::pickEntryIdxToReplace ( const Set set,
unsigned  stage,
unsigned  level 
)
private

◆ pickSetIdx()

size_t WalkCache::pickSetIdx ( Addr  va,
Addr  vaMask,
unsigned  stage,
unsigned  level 
) const
private

Definition at line 1163 of file smmu_v3_caches.cc.

References findLsbSet(), X86ISA::level, ArmISA::offset, offsets, panic, sizes, ArmISA::va, and WALK_CACHE_LEVELS.

Referenced by lookup(), and store().

◆ store()

void WalkCache::store ( const Entry incoming)

Member Data Documentation

◆ associativity

size_t WalkCache::associativity
private

Definition at line 347 of file smmu_v3_caches.hh.

Referenced by pickEntryIdxToReplace(), and WalkCache().

◆ offsets

std::array<unsigned, 2*WALK_CACHE_LEVELS> WalkCache::offsets
private

Definition at line 349 of file smmu_v3_caches.hh.

Referenced by pickSetIdx(), and WalkCache().

◆ sets

std::vector<Set> WalkCache::sets
private

◆ sizes

std::array<unsigned, 2*WALK_CACHE_LEVELS> WalkCache::sizes
private

Definition at line 348 of file smmu_v3_caches.hh.

Referenced by pickSetIdx(), and WalkCache().

◆ walkCacheStats

WalkCache::WalkCacheStats WalkCache::walkCacheStats
protected

The documentation for this class was generated from the following files:

Generated on Tue Mar 23 2021 19:41:42 for gem5 by doxygen 1.8.17