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

/gem5/src/mem/cache/
H A Dmshr_queue.hh132 void markPending(MSHR *mshr);
H A Dmshr_queue.cc107 MSHRQueue::markPending(MSHR *mshr) function in class:MSHRQueue
H A Dmshr.cc116 Counter order, Target::Source source, bool markPending,
120 if (markPending) {
130 markPending = false;
134 emplace_back(pkt, readyTime, order, source, markPending, alloc_on_fill);
115 add(PacketPtr pkt, Tick readyTime, Counter order, Target::Source source, bool markPending, bool alloc_on_fill) argument
H A Dmshr.hh273 * @param markPending Set for deferred targets or pending MSHRs
277 Target::Source source, bool markPending, bool alloc_on_fill);
H A Dbase.cc507 mshrQueue.markPending(mshr);

Completed in 18 milliseconds