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

/gem5/src/cpu/minor/
H A Dfetch1.cc138 fetchInfo[tid].state == FetchRunning) {
478 case Fetch1::FetchRunning:
479 os << "FetchRunning";
514 thread.state = FetchRunning;
719 thread.state = FetchRunning;
739 drained = drained && (thread.state != FetchRunning);
H A Dfetch1.hh233 FetchRunning /* Try to fetch, when possible */ enumerator in enum:Minor::Fetch1::FetchState

Completed in 8 milliseconds