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

/gem5/src/cpu/minor/
H A Dfetch1.hh287 enum IcacheState enum in class:Minor::Fetch1
305 IcacheState icacheState;
337 IcacheState state);
H A Dfetch1.cc211 operator <<(std::ostream &os, Fetch1::IcacheState state)
221 os << "IcacheState-" << static_cast<int>(state);
361 IcacheState old_icache_state = icacheState;

Completed in 8 milliseconds