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

/gem5/src/cpu/o3/
H A Dthread_state.hh89 bool trapPending; member in struct:O3ThreadState
93 cpu(_cpu), noSquashFromTC(false), trapPending(false),
H A Dthread_context_impl.hh83 thread->trapPending = false;
H A Dcommit_impl.hh541 thread[tid]->trapPending = true;
598 thread[tid]->trapPending = false;
617 assert(!thread[tid]->trapPending);
1091 !thread[tid]->trapPending) {
1112 !thread[tid]->trapPending);
H A Dthread_context.hh446 if (!thread->trapPending && !thread->noSquashFromTC)

Completed in 11 milliseconds