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

/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh96 effAddr = 0;
H A Dbase_dyn_inst.hh212 Addr effAddr; member in class:BaseDynInst
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh454 Addr inst_eff_addr1 = inst->effAddr >> depCheckShift;
455 Addr inst_eff_addr2 = (inst->effAddr + inst->effSize - 1) >> depCheckShift;
469 Addr ld_eff_addr1 = ld_inst->effAddr >> depCheckShift;
471 (ld_inst->effAddr + ld_inst->effSize - 1) >> depCheckShift;
H A Dlsq_unit.hh702 auto st_s = store_it->instruction()->effAddr;
720 store_it->instruction()->effAddr;
H A Dlsq_impl.hh736 /* This is the place were instructions get the effAddr. */
739 inst->effAddr = req->getVaddr();
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc410 new_record->virtAddr = head_inst->effAddr;

Completed in 24 milliseconds