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

/gem5/src/dev/arm/
H A Dsmmu_v3_caches.hh314 const bool leaf_only);
315 void invalidateVAA(Addr va, uint16_t vmid, const bool leaf_only);
H A Dsmmu_v3.cc495 const bool leaf_only = cmd.dw1.leaf ? true : false; local
496 walkCache.invalidateVAA(addr, cmd.dw0.vmid, leaf_only);
511 const bool leaf_only = cmd.dw1.leaf ? true : false; local
513 leaf_only);
H A Dsmmu_v3_caches.cc1087 const bool leaf_only)
1095 if ((!leaf_only || e.leaf) && (e.va & e.vaMask) == (va & e.vaMask)
1105 WalkCache::invalidateVAA(Addr va, uint16_t vmid, const bool leaf_only) argument
1113 if ((!leaf_only || e.leaf) && (e.va & e.vaMask) == (va & e.vaMask)
1086 invalidateVA(Addr va, uint16_t asid, uint16_t vmid, const bool leaf_only) argument

Completed in 16 milliseconds