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

/gem5/src/mem/cache/
H A Dmshr.hh176 bool hasFromCache; member in class:MSHR::TargetList
212 hasFromCache = false;
261 !hasFromCache && onlyWrites;
366 bool hasFromCache() const { function
367 return targets.hasFromCache;
H A Dmshr.cc73 hasFromCache(false)
98 hasFromCache = hasFromCache || pkt->fromCache();
672 hasFromCache() ? "HasFromCache" : "");
H A Dcache.cc872 maintainClusivity(targets.hasFromCache, blk);

Completed in 13 milliseconds