Searched refs:ConfigCache (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_caches.hh236 class ConfigCache : public SMMUv3BaseCache class in inherits:SMMUv3BaseCache
262 ConfigCache(unsigned numEntries, unsigned _associativity,
264 virtual ~ConfigCache() {}
H A Dsmmu_v3.hh100 ConfigCache configCache;
H A Dsmmu_v3_caches.cc805 * ConfigCache
808 ConfigCache::ConfigCache(unsigned numEntries, unsigned _associativity, function in class:ConfigCache
818 fatal("ConfigCache must have at least one entry\n");
821 fatal("ConfigCache associativity cannot be higher than "
827 fatal("Number of ConfigCache entries must be divisible "
837 const ConfigCache::Entry *
838 ConfigCache::lookup(uint32_t sid, uint32_t ssid, bool updStats)
850 panic("ConfigCache: duplicate entry found!\n");
870 ConfigCache
[all...]
H A Dsmmu_v3_transl.cc512 const ConfigCache::Entry *e =
551 ConfigCache::Entry e;

Completed in 14 milliseconds