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

/gem5/src/cpu/o3/
H A Dthread_state.hh84 bool noSquashFromTC; member in struct:O3ThreadState
93 cpu(_cpu), noSquashFromTC(false), trapPending(false),
128 noSquashFromTC = true;
133 noSquashFromTC = false;
H A Ddyn_inst_impl.hh135 bool no_squash_from_TC = this->thread->noSquashFromTC;
136 this->thread->noSquashFromTC = true;
140 this->thread->noSquashFromTC = no_squash_from_TC;
153 bool no_squash_from_TC = this->thread->noSquashFromTC;
154 this->thread->noSquashFromTC = true;
158 this->thread->noSquashFromTC = no_squash_from_TC;
171 bool no_squash_from_TC = this->thread->noSquashFromTC;
172 this->thread->noSquashFromTC = true;
182 this->thread->noSquashFromTC = no_squash_from_TC;
H A Dthread_context_impl.hh82 thread->noSquashFromTC = false;
191 thread->noSquashFromTC = true;
193 thread->noSquashFromTC = false;
H A Ddyn_inst.hh200 bool no_squash_from_TC = this->thread->noSquashFromTC;
201 this->thread->noSquashFromTC = true;
207 this->thread->noSquashFromTC = no_squash_from_TC;
H A Dcommit_impl.hh599 thread[tid]->noSquashFromTC = false;
616 thread[tid]->noSquashFromTC = false;
758 assert(!thread[0]->noSquashFromTC);
759 thread[0]->noSquashFromTC = true;
770 thread[0]->noSquashFromTC = false;
1111 assert(!thread[tid]->noSquashFromTC &&
1241 assert(!thread[tid]->noSquashFromTC);
1245 thread[tid]->noSquashFromTC = true;
1259 thread[tid]->noSquashFromTC = false;
H A Dthread_context.hh441 * reset all the state (see noSquashFromTC).
446 if (!thread->trapPending && !thread->noSquashFromTC)
H A Dlsq_unit_impl.hh380 bool no_squash = cpu->thread[x]->noSquashFromTC;
381 cpu->thread[x]->noSquashFromTC = true;
383 cpu->thread[x]->noSquashFromTC = no_squash;
H A Dcpu.cc595 // Set noSquashFromTC so that the CPU doesn't squash when initially
597 thread[tid]->noSquashFromTC = true;
609 // Clear noSquashFromTC.
611 thread[tid]->noSquashFromTC = false;
1499 this->thread[tid]->noSquashFromTC = true;
/gem5/src/cpu/checker/
H A Dcpu_impl.hh581 bool no_squash_from_TC = unverifiedInst->thread->noSquashFromTC;
582 unverifiedInst->thread->noSquashFromTC = true;
586 unverifiedInst->thread->noSquashFromTC = no_squash_from_TC;

Completed in 29 milliseconds