Searched refs:instAddr (Results 51 - 61 of 61) sorted by relevance

123

/gem5/src/cpu/o3/
H A Dcpu.hh489 Addr instAddr(ThreadID tid);
H A Dlsq.hh415 _inst->instAddr(), _inst->contextId(),
H A Drename_impl.hh829 (*it)->staticInst->disassemble(inst->instAddr()),
H A Dlsq_impl.hh901 _inst->instAddr(), _inst->contextId());
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc596 DPRINTF(KvmContext, "kvm(PC) := 0x%x\n", tc->instAddr());
597 setOneReg(REG_CORE32(usr_regs.ARM_pc), tc->instAddr());
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc415 new_record->pc = head_inst->instAddr();
/gem5/src/cpu/
H A Dbase.cc334 req->setVirt(0, addr, size, 0x0, dataMasterId(), tc->instAddr());
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc696 regs.rip = tc->instAddr() - tc->readMiscReg(MISCREG_CS_BASE);
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc796 "at pc %#x.\n", vaddr, tc->instAddr());
/gem5/src/cpu/minor/
H A Dlsq.cc1638 inst->pc.instAddr(), std::move(amo_op));
/gem5/src/sim/
H A Dsyscall_emul.hh2216 tc->setNPC(pcState.instAddr());

Completed in 56 milliseconds

123