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

/gem5/src/cpu/checker/
H A Dcpu_impl.hh221 if (newPCState == thread->pcState()) {
226 curTick(), thread->pcState(), newPCState);
399 newPCState = thread->pcState();
400 DPRINTF(Checker, "Fault, PC is now %s\n", newPCState);
420 newPCState = thread->pcState();
421 DPRINTF(Checker, "PC Event, PC is now %s\n", newPCState);
H A Dcpu.hh506 newPCState = val;
607 TheISA::PCState newPCState; member in class:CheckerCPU
/gem5/src/cpu/o3/
H A Dcpu.hh483 void pcState(const TheISA::PCState &newPCState, ThreadID tid);

Completed in 11 milliseconds