Searched refs:StoreCondReq (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/sst/
H A DExtSlave.cc108 case ::MemCmd::StoreCondReq:
119 else if ((::MemCmd::Command)pkt->cmd.toInt() == ::MemCmd::StoreCondReq)
H A DExtMaster.cc171 cmdO = MemCmd::StoreCondReq;
/gem5/src/mem/cache/
H A Dmshr.cc86 // StoreCondReq is effectively an upgrade if it's in an MSHR
89 if (pkt->isUpgrade() || pkt->cmd == MemCmd::StoreCondReq) {
150 } else if (pkt->cmd == MemCmd::StoreCondReq) {
152 DPRINTF(Cache, "Replacing StoreCondReq with StoreCondFailReq\n");
H A Dcache.cc783 assert(tgt_pkt->cmd == MemCmd::StoreCondReq ||
/gem5/src/mem/
H A Dpacket.hh113 StoreCondReq, enumerator in enum:MemCmd::Command
114 StoreCondFailReq, // Failed StoreCondReq in MSHR (never sent)
898 return MemCmd::StoreCondReq;

Completed in 18 milliseconds