Searched refs:packetSent (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/minor/
H A Dlsq.hh351 bool packetSent; member in class:Minor::LSQ::SingleDataRequest
361 void stepToNextPacket() { packetInFlight = true; packetSent = true; }
367 * packetSent */
368 bool sentAllPackets() { return packetSent; }
379 packetSent(false)
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh798 req->packetSent();
1080 state->request()->packetSent();
H A Dlsq.hh564 packetSent() function

Completed in 15 milliseconds