gem5
v21.0.1.0
|
This is the complete list of members for ConfigCache, including all inherited members.
associativity | ConfigCache | private |
baseCacheStats | SMMUv3BaseCache | protected |
ConfigCache(unsigned numEntries, unsigned _associativity, const std::string &policy, Stats::Group *parent) | ConfigCache | |
decodePolicyName(const std::string &policy_name) | SMMUv3BaseCache | protectedstatic |
invalidateAll() | ConfigCache | |
invalidateSID(uint32_t sid) | ConfigCache | |
invalidateSSID(uint32_t sid, uint32_t ssid) | ConfigCache | |
lookup(uint32_t sid, uint32_t ssid, bool updStats=true) | ConfigCache | |
nextToReplace | SMMUv3BaseCache | protected |
pickEntryIdxToReplace(const Set &set) | ConfigCache | private |
pickSetIdx(uint32_t sid, uint32_t ssid) const | ConfigCache | private |
random | SMMUv3BaseCache | protected |
replacementPolicy | SMMUv3BaseCache | protected |
Set typedef | ConfigCache | private |
sets | ConfigCache | private |
SMMUv3BaseCache(const std::string &policy_name, uint32_t seed, Stats::Group *parent, const std::string &name) | SMMUv3BaseCache | |
store(const Entry &incoming) | ConfigCache | |
useStamp | SMMUv3BaseCache | protected |
~ConfigCache() | ConfigCache | inlinevirtual |
~SMMUv3BaseCache() | SMMUv3BaseCache | inlinevirtual |