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

/gem5/src/mem/
H A Dabstract_mem.cc369 if (pkt->req->isCondSwap()) {
H A Drequest.hh891 bool isCondSwap() const { return _flags.isSet(MEM_SWAP_COND); } function
/gem5/src/cpu/o3/
H A Dlsq_impl.hh790 if (req->isCondSwap()) {
832 if (mainReq->isCondSwap()) {
/gem5/src/cpu/simple/
H A Datomic.cc506 if (req->isCondSwap()) {
H A Dtiming.cc308 } else if (req->isCondSwap()) {
/gem5/src/mem/cache/
H A Dbase.cc701 if (pkt->req->isCondSwap()) {

Completed in 25 milliseconds