Searched refs:lastIcacheStall (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/simple/
H A Dexec_context.hh151 Counter lastIcacheStall; member in class:SimpleExecContext
173 numInst(0), numOp(0), numLoad(0), lastIcacheStall(0), lastDcacheStall(0)
/gem5/src/cpu/o3/
H A Dfetch.hh524 Counter lastIcacheStall[Impl::MaxThreads]; member in class:DefaultFetch
H A Dfetch_impl.hh138 lastIcacheStall[i] = 0;
711 lastIcacheStall[tid] = curTick();

Completed in 12 milliseconds