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

/gem5/src/cpu/simple/
H A Dbase.cc89 curThread(0),
144 Addr oldpc, pc = threadInfo[curThread]->thread->instAddr();
147 system->pcEventQueue.service(threadContexts[curThread]);
148 pc = threadInfo[curThread]->thread->instAddr();
157 !threadInfo[curThread]->stayAtPC) {
160 curThread = activeThreads.front();
162 activeThreads.push_back(curThread);
171 SimpleExecContext& t_info = *threadInfo[curThread];
434 return vtophys(threadContexts[curThread], addr);
451 SimpleExecContext&t_info = *threadInfo[curThread];
[all...]
H A Dtiming.cc176 SimpleExecContext& t_info = *threadInfo[curThread];
261 SimpleExecContext &t_info = *threadInfo[curThread];
291 SimpleExecContext &t_info = *threadInfo[curThread];
316 threadSnoop(pkt, curThread);
423 SimpleExecContext &t_info = *threadInfo[curThread];
477 SimpleExecContext &t_info = *threadInfo[curThread];
501 SimpleExecContext &t_info = *threadInfo[curThread];
569 SimpleExecContext &t_info = *threadInfo[curThread];
659 SimpleExecContext &t_info = *threadInfo[curThread];
731 SimpleExecContext &t_info = *threadInfo[curThread];
[all...]
H A Datomic.cc344 Addr inst_addr = threadInfo[curThread]->thread->pcState().instAddr();
376 SimpleExecContext& t_info = *threadInfo[curThread];
458 SimpleExecContext& t_info = *threadInfo[curThread];
523 threadSnoop(&pkt, curThread);
571 SimpleExecContext& t_info = *threadInfo[curThread];
642 ContextID cid = threadContexts[curThread]->contextId();
650 SimpleExecContext& t_info = *threadInfo[curThread];
H A Dbase.hh87 ThreadID curThread; member in class:BaseSimpleCPU
H A Datomic.hh92 SimpleExecContext &t_info = *threadInfo[curThread];
H A Dtiming.hh354 SimpleExecContext& t_info = *threadInfo[curThread];

Completed in 13 milliseconds