Lines Matching refs:tc
106 ThreadContext *tc = thread->getTC();
107 threadContexts.push_back(tc);
130 for (auto tc : threadContexts) {
132 tc->initMemProxies(tc);
136 TheISA::initCPU(tc, tc->contextId());
453 ThreadContext* tc = thread->getTC();
455 if (checkInterrupts(tc)) {
456 Fault interrupt = interrupts[curThread]->getInterrupt(tc);
460 interrupts[curThread]->updateIntrInfo(tc);
461 interrupt->invoke(tc);