Searched refs:lastSuspend (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/
H A Dthread_state.hh84 Tick readLastSuspend() const { return lastSuspend; }
179 Tick lastSuspend; member in struct:ThreadState
H A Dthread_state.cc49 _contextId(0), _threadId(_tid), lastActivate(0), lastSuspend(0),
H A Dsimple_thread.cc187 lastSuspend = curTick();
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh119 thread->lastSuspend = curTick();
166 return thread->lastSuspend;
/gem5/src/cpu/simple/
H A Datomic.cc234 threadInfo[thread_num]->thread->lastSuspend);
/gem5/src/cpu/kvm/
H A Dbase.cc543 numCycles += ticksToCycles(thread->lastActivate - thread->lastSuspend);

Completed in 14 milliseconds