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

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh860 if (isStalled() && loadQueue.tail() == stallingLoadIdx) {
863 stallingLoadIdx = 0;
923 stallingStoreIsn, stallingLoadIdx);
926 iewStage->replayMemInst(loadQueue[stallingLoadIdx].instruction());
1032 stallingStoreIsn, stallingLoadIdx);
1035 iewStage->replayMemInst(loadQueue[stallingLoadIdx].instruction());
H A Dlsq_unit.hh514 int stallingLoadIdx; member in class:LSQUnit
794 loadQueue[stallingLoadIdx].instruction()->seqNum)) {
797 stallingLoadIdx = load_idx;

Completed in 9 milliseconds