Searched refs:ipaCache (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3.hh101 IPACache ipaCache; member in class:SMMUv3
H A Dsmmu_v3.cc65 ipaCache(params->ipa_entries, params->ipa_assoc, params->ipa_policy),
523 ipaCache.invalidateIPA(addr, cmd.dw0.vmid);
537 ipaCache.invalidateVMID(cmd.dw0.vmid);
549 ipaCache.invalidateAll();
755 ipaCache.regStats(name() + ".ipa");
H A Dsmmu_v3_transl.cc944 ipa_ep = smmu.ipaCache.lookup(addr, context.vmid);
1016 smmu.ipaCache.store(e);

Completed in 12 milliseconds