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

/gem5/src/mem/cache/
H A Dmshr.cc352 (hasPostInvalidate() ||
356 if (inService && hasPostInvalidate())
414 if (hasPostInvalidate() || tgt_pkt->req->isCacheInvalidate()) {
594 if (!deferredTargets.empty() && !hasPostInvalidate()) {
616 !(hasPostInvalidate() || hasPostDowngrade())) {
H A Dmshr.hh347 bool hasPostInvalidate() const { function
H A Dcache.cc827 (is_invalidate || mshr->hasPostInvalidate())) {
863 mshr->hasPostInvalidate());
864 handleSnoop(tgt_pkt, blk, true, true, mshr->hasPostInvalidate());
878 if (is_invalidate || mshr->hasPostInvalidate()) {

Completed in 13 milliseconds