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

/gem5/src/arch/riscv/
H A Dprocess.cc105 system->getThreadContext(ctx)->setMiscRegNoEffect(MISCREG_PRV, PRV_U);
115 system->getThreadContext(ctx)->setMiscRegNoEffect(MISCREG_PRV, PRV_U);
116 PCState pc = system->getThreadContext(ctx)->pcState();
118 system->getThreadContext(ctx)->pcState(pc);
247 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/sim/
H A Darguments.hh71 ThreadContext *getThreadContext() const { return tc; } function in class:Arguments
H A Dsystem.hh203 ThreadContext *getThreadContext(ContextID tid) function in class:System
H A Dprocess.cc280 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/alpha/
H A Dprocess.cc177 ThreadContext *tc = system->getThreadContext(contextIds[0]);
189 ThreadContext *tc = system->getThreadContext(contextIds[0]);
215 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/sparc/
H A Dprocess.cc116 ThreadContext *tc = system->getThreadContext(contextIds[0]);
165 ThreadContext *tc = system->getThreadContext(contextIds[0]);
180 ThreadContext *tc = system->getThreadContext(contextIds[0]);
395 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/arm/
H A Dprocess.cc110 ThreadContext * tc = system->getThreadContext(contextIds[i]);
129 ThreadContext * tc = system->getThreadContext(contextIds[i]);
211 ThreadContext *tc = system->getThreadContext(contextIds[0]);
450 ThreadContext *tc = system->getThreadContext(contextIds[0]);
H A Dtlbi_op.hh75 ThreadContext *oc = sys->getThreadContext(x);
/gem5/src/dev/net/
H A Ddist_iface.cc417 DistIface::master->sys->getThreadContext(i);
874 ThreadContext *tc = master->sys->getThreadContext(i);
889 ThreadContext *tc = master->sys->getThreadContext(i);
/gem5/src/arch/arm/linux/
H A Dsystem.cc282 Linux::dumpDmesg(getThreadContext(0), std::cout);
H A Dprocess.cc1732 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/mips/
H A Dprocess.cc191 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/power/
H A Dprocess.cc265 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/x86/
H A Dprocess.cc357 ThreadContext * tc = system->getThreadContext(contextIds[i]);
568 ThreadContext * tc = system->getThreadContext(contextIds[i]);
679 ThreadContext * tc = system->getThreadContext(contextIds[i]);
1033 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/dev/x86/
H A Di82094aa.cc223 Interrupts *localApic = sys->getThreadContext(i)->
/gem5/src/cpu/kvm/
H A Dvm.cc544 (system->getThreadContext(ctx)->getCpuPtr())->getVCpuID();
/gem5/src/dev/arm/
H A Dtimer_cpulocal.cc63 ThreadContext* tc = sys->getThreadContext(i);
H A Dgeneric_timer.cc302 ThreadContext *tc = system.getThreadContext(i);
H A Dgic_v3_redistributor.cc983 ThreadContext * tc = gic->getSystem()->getThreadContext(cpuId);
/gem5/src/mem/
H A Dabstract_mem.cc292 ThreadContext* ctx = system()->getThreadContext(owner_cid);
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc442 dpp.tc = cache->system->getThreadContext(translation_req->contextId());

Completed in 51 milliseconds