Searched refs:t_info (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/simple/
H A Dbase.cc171 SimpleExecContext& t_info = *threadInfo[curThread]; local
174 t_info.numInst++;
175 t_info.numInsts++;
178 t_info.thread->funcExeInst++;
180 t_info.numOp++;
181 t_info.numOps++;
188 for (auto& t_info : threadInfo) {
189 total_inst += t_info->numInst;
199 for (auto& t_info : threadInfo) {
200 total_op += t_info
227 SimpleExecContext& t_info = *threadInfo[tid]; local
451 SimpleExecContext&t_info = *threadInfo[curThread]; local
471 SimpleExecContext &t_info = *threadInfo[curThread]; local
488 SimpleExecContext &t_info = *threadInfo[curThread]; local
582 SimpleExecContext &t_info = *threadInfo[curThread]; local
672 SimpleExecContext &t_info = *threadInfo[curThread]; local
[all...]
H A Datomic.hh92 SimpleExecContext &t_info = *threadInfo[curThread]; local
94 return t_info.thread->microPC() == 0 &&
96 !t_info.stayAtPC;
H A Dtiming.cc176 SimpleExecContext& t_info = *threadInfo[curThread]; local
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
[all...]
H A Datomic.cc305 for (auto &t_info : cpu->threadInfo) {
306 TheISA::handleLockedSnoop(t_info->thread, pkt, cacheBlockMask);
331 for (auto &t_info : cpu->threadInfo) {
332 TheISA::handleLockedSnoop(t_info->thread, pkt, cacheBlockMask);
376 SimpleExecContext& t_info = *threadInfo[curThread];
377 SimpleThread* thread = t_info.thread;
458 SimpleExecContext& t_info = *threadInfo[curThread];
459 SimpleThread* thread = t_info.thread;
571 SimpleExecContext& t_info = *threadInfo[curThread];
572 SimpleThread* thread = t_info
[all...]
H A Dtiming.hh354 SimpleExecContext& t_info = *threadInfo[curThread]; local
355 SimpleThread* thread = t_info.thread;
357 return thread->microPC() == 0 && !t_info.stayAtPC &&
/gem5/src/cpu/pred/
H A Dsimple_indirect.cc127 ThreadInfo &t_info = threadInfo[tid];
133 if (t_info.pathHist.empty()) return;
135 if (t_info.headHistEntry < t_info.pathHist.size() &&
136 t_info.pathHist[t_info.headHistEntry].seqNum <= seq_num) {
137 if (t_info.headHistEntry >= pathLength) {
138 t_info.pathHist.pop_front();
140 ++t_info.headHistEntry;
149 ThreadInfo &t_info
[all...]
/gem5/src/base/
H A Dhostinfo.cc105 struct task_basic_info t_info; local
109 TASK_BASIC_INFO, (task_info_t)&t_info,
117 return (t_info.virtual_size - SHARED_REGION_SIZE) / 1024;

Completed in 12 milliseconds