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

/gem5/src/cpu/minor/
H A Dfetch1.hh226 enum FetchState enum in class:Minor::Fetch1
258 FetchState state;
322 Fetch1::FetchState state);
H A Dfetch1.cc469 operator <<(std::ostream &os, Fetch1::FetchState state)
482 os << "FetchState-" << static_cast<int>(state);

Completed in 8 milliseconds