Searched refs:wasPrefetched (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_transl.hh109 bool ifcTLBLookup(Yield &yield, TranslResult &tr, bool &wasPrefetched);
H A Dsmmu_v3_transl.cc170 bool wasPrefetched = false; local
176 if (hazard4kCheck() || ifcTLBLookup(yield, tr, wasPrefetched))
193 bool hit = ifcTLBLookup(yield, tr, wasPrefetched);
197 hit = ifcTLBLookup(yield, tr, wasPrefetched);
205 if (wasPrefetched)
342 bool &wasPrefetched)
370 wasPrefetched = e->prefetched;
341 ifcTLBLookup(Yield &yield, TranslResult &tr, bool &wasPrefetched) argument
/gem5/src/mem/cache/
H A Dcache_blk.hh239 bool wasPrefetched() const function in class:CacheBlk
H A Dbase.hh1184 return block->wasPrefetched();
H A Dbase.cc371 if (prefetcher && blk && blk->wasPrefetched()) {
887 if (evict_blk->wasPrefetched()) {
1501 if (blk->wasPrefetched()) {

Completed in 23 milliseconds