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

/gem5/src/dev/net/
H A Ddist_iface.hh619 static bool readyToExit(Tick delay);
H A Ddist_iface.cc898 DistIface::readyToExit(Tick delay) function in class:DistIface
901 DPRINTF(DistEthernet, "DistIface::readyToExit() called, delay:%lu\n",
/gem5/src/sim/
H A Dpseudo_inst.cc306 if (DistIface::readyToExit(delay)) {
H A Dsyscall_emul.cc209 * simulations, readyToExit() always returns true.
211 if (!DistIface::readyToExit(0)) {
/gem5/src/cpu/o3/
H A Dcpu.cc1822 bool readyToExit = it->second; local
1824 if (readyToExit) {

Completed in 25 milliseconds