Lines Matching defs:t_info
176 SimpleExecContext& t_info = *threadInfo[curThread];
177 M5_VAR_USED SimpleThread* thread = t_info.thread;
183 assert(!t_info.stayAtPC);
261 SimpleExecContext &t_info = *threadInfo[curThread];
262 SimpleThread* thread = t_info.thread;
291 SimpleExecContext &t_info = *threadInfo[curThread];
292 SimpleThread* thread = t_info.thread;
423 SimpleExecContext &t_info = *threadInfo[curThread];
424 SimpleThread* thread = t_info.thread;
477 SimpleExecContext &t_info = *threadInfo[curThread];
478 SimpleThread* thread = t_info.thread;
501 SimpleExecContext &t_info = *threadInfo[curThread];
502 SimpleThread* thread = t_info.thread;
569 SimpleExecContext &t_info = *threadInfo[curThread];
570 SimpleThread* thread = t_info.thread;
659 SimpleExecContext &t_info = *threadInfo[curThread];
660 SimpleThread* thread = t_info.thread;
731 SimpleExecContext &t_info = *threadInfo[curThread];
758 if (!t_info.stayAtPC)
776 SimpleExecContext& t_info = *threadInfo[curThread];
798 Fault fault = curStaticInst->initiateAcc(&t_info, traceData);
819 Fault fault = curStaticInst->execute(&t_info, traceData);
960 for (auto &t_info : cpu->threadInfo) {
961 TheISA::handleLockedSnoop(t_info->thread, pkt, cacheBlockMask);