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

/gem5/src/dev/arm/
H A Dsmmu_v3_caches.hh196 class IPACache : public SMMUv3BaseCache class in inherits:SMMUv3BaseCache
214 IPACache(unsigned numEntries, unsigned _associativity,
216 virtual ~IPACache() {}
H A Dsmmu_v3.hh101 IPACache ipaCache;
H A Dsmmu_v3_caches.cc625 * IPACache
628 IPACache::IPACache(unsigned numEntries, unsigned _associativity, function in class:IPACache
638 fatal("IPACache must have at least one entry\n");
641 fatal("IPACache associativity cannot be higher than "
647 fatal("Number of IPACache entries must be divisible "
657 const IPACache::Entry*
658 IPACache::lookup(Addr ipa, uint16_t vmid, bool updStats)
671 panic("IPACache: duplicate entry found!\n");
691 IPACache
[all...]
H A Dsmmu_v3_transl.cc940 const IPACache::Entry *ipa_ep = NULL;
955 DPRINTF(SMMUv3, " IPACache hit ipa=%#x vmid=%#x pa=%#x\n",
960 DPRINTF(SMMUv3, " IPACache miss ipa=%#x vmid=%#x\n",
1007 IPACache::Entry e;

Completed in 13 milliseconds