Searched refs:IcacheWaitResponse (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/simple/
H A Dbase.hh117 IcacheWaitResponse, enumerator in enum:BaseSimpleCPU::Status
H A Dtiming.cc687 _status = IcacheWaitResponse;
712 _status = IcacheWaitResponse;
784 assert(_status == IcacheWaitResponse);
872 cpu->_status = IcacheWaitResponse;
/gem5/src/cpu/o3/
H A Dfetch_impl.hh398 if (fetchStatus[tid] != IcacheWaitResponse ||
712 fetchStatus[tid] = IcacheWaitResponse;
776 if (fetchStatus[tid] == IcacheWaitResponse) {
1074 fetchStatus[tid] != IcacheWaitResponse &&
1210 if (fetchStatus[tid] == IcacheWaitResponse)
1412 fetchStatus[tid] != IcacheWaitResponse &&
1429 fetchStatus[retryTid] = IcacheWaitResponse;
1646 } else if (fetchStatus[tid] == IcacheWaitResponse) {
H A Dfetch.hh197 IcacheWaitResponse, enumerator in enum:DefaultFetch::ThreadStatus

Completed in 11 milliseconds