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

/gem5/src/mem/
H A Dcoherent_xbar.cc372 // as indicated by the satisfied flag of the packet, or
378 ((pkt->isClean() && pkt->satisfied()) ||
841 // the satisfied flag of the packet, or
844 if (pkt->isClean() && isDestination(pkt) && pkt->satisfied()) {
H A Dpacket.hh689 bool satisfied() const { return flags.isSet(SATISFIED); } function
1333 * current packet is a read, it may be satisfied by the memory
/gem5/src/mem/cache/
H A Dbase.cc229 DPRINTF(Cache, "%s satisfied %s, no response needed\n", __func__,
344 bool satisfied = false; local
349 satisfied = access(pkt, blk, lat, writebacks);
366 if (satisfied) {
556 bool satisfied = access(pkt, blk, lat, writebacks); local
575 if (!satisfied) {
638 // we have it, but only declare it satisfied if we are the owner.
1192 // treat the CleanEvict like a satisfied write request and delete
H A Dcache.cc576 // request, it has been satisfied by a memory below and the
853 // be satisfied if it is also invalidating. If the reponse is, not
1023 // If the request was satisfied by snooping the cache
1024 // above, mark the original packet as satisfied too.
1025 if (snoopPkt.satisfied()) {

Completed in 26 milliseconds