Searched refs:fromCache (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/
H A Dpacket.hh209 bool fromCache() const { return testCmdAttrib(FromCache); } function in class:MemCmd
548 bool fromCache() const { return cmd.fromCache(); } function
H A Dsnoop_filter.cc73 cpkt->fromCache();
H A Dabstract_mem.cc392 assert(!pkt->fromCache());
/gem5/src/mem/cache/
H A Dmshr.cc98 hasFromCache = hasFromCache || pkt->fromCache();
H A Dcache.cc88 if (pkt->fromCache()) {
640 maintainClusivity(pkt->fromCache(), blk);
H A Dbase.cc1301 maintainClusivity(pkt->fromCache(), blk);

Completed in 32 milliseconds