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

/gem5/src/cpu/o3/
H A Diew_impl.hh527 DPRINTF(IEW, "[tid:%i] Memory violation, squashing violator and younger "
532 // case the memory violator should take precedence over the branch
533 // misprediction because it requires the violator itself to be included in
543 // Must include the memory violator in the squash.
1396 DynInstPtr violator; local
1397 violator = ldstQueue.getMemDepViolator(tid);
1401 violator->pcState(), violator->seqNum,
1407 instQueue.violation(inst, violator);
1410 squashDueToMemOrder(violator, ti
1420 DynInstPtr violator = ldstQueue.getMemDepViolator(tid); local
[all...]

Completed in 7 milliseconds