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

/gem5/src/cpu/o3/
H A Dfetch_impl.hh132 delayedCommit[i] = false;
340 delayedCommit[tid] = false;
369 delayedCommit[tid] = false;
616 } else if (checkInterrupt(pc) && !delayedCommit[tid]) {
806 delayedCommit[tid] = true;
1151 delayedCommit[tid] = instruction->isDelayedCommit();
1217 } else if ((checkInterrupt(thisPC.instAddr()) && !delayedCommit[tid])) {
H A Dfetch.hh445 bool delayedCommit[Impl::MaxThreads]; member in class:DefaultFetch

Completed in 10 milliseconds