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

/gem5/src/cpu/minor/
H A Dexecute.cc218 ThreadContext *thread = cpu.getContext(inst->id.threadId);
325 ThreadContext *thread = cpu.getContext(thread_id);
414 return cpu.checkInterrupts(cpu.getContext(thread_id));
421 cpu.getContext(thread_id)->pcState());
424 (cpu.getContext(thread_id));
429 (cpu.getContext(thread_id));
430 interrupt->invoke(cpu.getContext(thread_id));
435 interrupt->name(), cpu.getContext(thread_id)->pcState());
440 MinorDynInst::bubble(), cpu.getContext(thread_id)->pcState(),
461 ThreadContext *thread = cpu.getContext(ins
[all...]
H A Dcpu.cc107 ThreadContext *tc = getContext(thread_id);
116 ThreadContext *tc = getContext(thread_id);
H A Dfetch1.cc136 if (cpu.getContext(tid)->status() == ThreadContext::Active &&
191 cpu.getContext(request->id.threadId),
716 ThreadContext *thread_ctx = cpu.getContext(tid);
H A Ddecode.cc113 cpu.getContext(inst->id.threadId),
H A Dlsq.cc295 ThreadContext *thread = port.cpu.getContext(
705 ThreadContext *thread = port.cpu.getContext(
1183 cpu.getContext(cpu.contextToThread(
1758 TheISA::handleLockedSnoop(cpu.getContext(tid), pkt,
1780 TheISA::handleLockedSnoop(cpu.getContext(tid), pkt,
H A Dfetch2.cc314 ThreadContext *thread = cpu.getContext(line_in->id.threadId);
/gem5/src/gpu-compute/
H A Dshader.cc113 gpuTc = cpuPointer->getContext(0);
127 gpuTc = cpuPointer->getContext(cid);
H A Dwavefront.hh369 void getContext(const void *out);
H A Dwavefront.cc857 Wavefront::getContext(const void *out) function in class:Wavefront
/gem5/src/arch/mips/
H A Dmt.hh61 otc = tc->getCpuPtr()->getContext(tid);
85 otc = tc->getCpuPtr()->getContext(tid);
H A Disa.cc549 haltThread(cpu->getContext(tid));
551 restoreThread(cpu->getContext(tid));
/gem5/src/cpu/
H A Dbase.hh298 virtual ThreadContext *getContext(int tn) { return threadContexts[tn]; } function
/gem5/src/cpu/kvm/
H A Dbase.hh110 ThreadContext *getContext(int tn) override;
139 * the most up-to-date copy. When getContext() or updateThreadContext() is
H A Dbase.cc589 BaseKvmCPU::getContext(int tn) function in class:BaseKvmCPU
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc318 ThreadContext *tc(getContext(0));
324 const uint64_t ret(PseudoInst::pseudoInst(getContext(0), func, subfunc));
/gem5/src/arch/sparc/
H A Disa.cc782 tc = cpu->getContext(tc_num);
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh379 ThreadContext *tc = cpu->getContext(x);

Completed in 26 milliseconds