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

/gem5/src/cpu/simple/
H A Datomic.hh96 !t_info.stayAtPC;
H A Dbase.cc157 !threadInfo[curThread]->stayAtPC) {
511 t_info.stayAtPC = false;
532 t_info.stayAtPC = false;
535 t_info.stayAtPC = true;
H A Dexec_context.hh74 bool stayAtPC; member in class:SimpleExecContext
172 : cpu(_cpu), thread(_thread), fetchOffset(0), stayAtPC(false),
H A Dtiming.hh357 return thread->microPC() == 0 && !t_info.stayAtPC &&
H A Dtiming.cc183 assert(!t_info.stayAtPC);
758 if (!t_info.stayAtPC)
H A Datomic.cc756 if (fault != NoFault || !t_info.stayAtPC)

Completed in 15 milliseconds