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

/gem5/src/arch/x86/
H A Dtypes.hh308 setNPC(Addr val) function in class:X86ISA::PCState
310 Base::setNPC(val);
/gem5/src/cpu/
H A Dthread_context.hh271 setNPC(Addr val) function in class:ThreadContext
274 pc_state.setNPC(val);
/gem5/src/cpu/checker/
H A Dthread_context.hh403 setNPC(Addr val) function in class:CheckerThreadContext
405 checkerTC->setNPC(val);
406 actualTC->setNPC(val);
/gem5/src/arch/generic/
H A Dtypes.hh162 setNPC(Addr val) function in class:GenericISA::SimplePCState
/gem5/src/sim/
H A Dsyscall_emul.hh2216 tc->setNPC(pcState.instAddr());

Completed in 20 milliseconds