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

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh393 DynInstPtr ld_inst = iter->instruction(); local
394 assert(ld_inst);
398 if (ld_inst->effAddrValid() &&
400 && ld_inst->memReqFlags & Request::LLSC)
401 TheISA::handleLockedSnoopHit(ld_inst.get());
406 ld_inst = iter->instruction();
407 assert(ld_inst);
409 if (!ld_inst->effAddrValid() || ld_inst->strictlyOrdered())
413 ld_inst
463 DynInstPtr ld_inst = loadIt->instruction(); local
[all...]

Completed in 5 milliseconds