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

/gem5/src/cpu/minor/
H A Dlsq.hh243 virtual bool hasPacketsInMemSystem() = 0;
301 bool hasPacketsInMemSystem() { return false; } function in class:Minor::LSQ::SpecialDataRequest
364 bool hasPacketsInMemSystem() { return packetInFlight; } function in class:Minor::LSQ::SingleDataRequest
447 bool hasPacketsInMemSystem() function in class:Minor::LSQ::SplitDataRequest
H A Dlsq.cc665 if (skipped && !hasPacketsInMemSystem()) {
1002 if (request->hasPacketsInMemSystem()) {
1311 request->hasPacketsInMemSystem(), request->isComplete());

Completed in 17 milliseconds