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

/gem5/src/cpu/o3/
H A Dcomm.hh212 bool interruptPending; // *F member in struct:TimeBufStruct::commitComm
H A Dfetch.hh328 return (interruptPending && (THE_ISA != ALPHA_ISA || !(pc & 0x3)));
541 bool interruptPending; member in class:DefaultFetch
H A Dfetch_impl.hh357 interruptPending = false;
449 assert(!interruptPending);
921 if (fromCommit->commitInfo[0].interruptPending) {
922 interruptPending = true;
926 interruptPending = false;
H A Dcommit_impl.hh810 toIEW->commitInfo[0].interruptPending = true;

Completed in 16 milliseconds