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

/gem5/src/cpu/minor/
H A Dlsq.hh348 bool packetInFlight; member in class:Minor::LSQ::SingleDataRequest
361 void stepToNextPacket() { packetInFlight = true; packetSent = true; }
364 bool hasPacketsInMemSystem() { return packetInFlight; }
366 /** packetInFlight can become false again, so need to check
378 packetInFlight(false),
H A Dlsq.cc322 packetInFlight = false;

Completed in 11 milliseconds