Searched refs:InvalidateResp (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/
H A Dpacket.cc224 InvalidateResp, "InvalidateReq" },
227 InvalidCmd, "InvalidateResp" }
H A Dpacket.hh138 InvalidateResp, enumerator in enum:MemCmd::Command
/gem5/src/mem/cache/
H A Dcache.cc854 // only invalidating, but more specifically an InvalidateResp and
858 // the ordering point. When the InvalidateResp reaches this cache,
861 assert(!is_invalidate || pkt->cmd == MemCmd::InvalidateResp ||
H A Dbase.cc1351 assert(pkt->hasData() || pkt->cmd == MemCmd::InvalidateResp);
1382 if (pkt->cmd == MemCmd::InvalidateResp) {

Completed in 23 milliseconds