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

/gem5/src/cpu/minor/
H A Dexecute.hh131 * Execute transitions into either DrainCurrentInst (if between
141 DrainCurrentInst, /* Draining to end of inst/macroop */ enumerator in enum:Minor::Execute::DrainState
H A Dexecute.cc1449 if (commit_info.drainState == DrainCurrentInst) {
1791 case Execute::DrainCurrentInst:
1792 os << "DrainCurrentInst";
1824 /* Go to DrainCurrentInst if we're between microops
1831 setDrainState(tid, DrainCurrentInst);

Completed in 11 milliseconds