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

/gem5/src/cpu/
H A Dintr_control.cc53 std::vector<ThreadContext *> &tcvec = sys->threadContexts; local
54 BaseCPU *cpu = tcvec[cpu_id]->getCpuPtr();
55 cpu->postInterrupt(tcvec[cpu_id]->threadId(), int_num, index);
62 std::vector<ThreadContext *> &tcvec = sys->threadContexts; local
63 BaseCPU *cpu = tcvec[cpu_id]->getCpuPtr();
64 cpu->clearInterrupt(tcvec[cpu_id]->threadId(), int_num, index);

Completed in 4 milliseconds