Searched refs:downstreamPending (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/
H A Dmshr.cc64 MSHR::MSHR() : downstreamPending(false),
122 // an MSHR entry. If we do, set the downstreamPending
126 assert(!mshr->downstreamPending);
127 mshr->downstreamPending = true;
129 // No need to clear downstreamPending later
192 // downstreamPending flag by calling
194 // downstreamPending flag in all caches this packet has
266 downstreamPending = false;
285 assert(downstreamPending);
286 downstreamPending
[all...]
H A Dmshr.hh85 bool downstreamPending; member in class:MSHR
140 * downstreamPending flag for the MSHR of the cache above

Completed in 4 milliseconds