Searched refs:from_cache (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/
H A Dbase.hh707 * @param from_cache Whether we have dealt with a packet from a cache
710 void maintainClusivity(bool from_cache, CacheBlk *blk);
H A Dbase.cc1323 BaseCache::maintainClusivity(bool from_cache, CacheBlk *blk) argument
1325 if (from_cache && blk && blk->isValid() && !blk->isDirty() &&

Completed in 15 milliseconds