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

/gem5/src/cpu/o3/
H A Dlsq_impl.hh493 if (!(thread[tid].lqFull() || thread[tid].sqFull()))
509 return thread[tid].lqFull() || thread[tid].sqFull();
584 LSQ<Impl>::sqFull() function in class:LSQ
592 if (!sqFull(tid))
601 LSQ<Impl>::sqFull(ThreadID tid) function in class:LSQ
606 return sqFull();
608 return thread[tid].sqFull();
H A Dlsq_unit.hh313 bool isFull() { return lqFull() || sqFull(); }
322 bool sqFull() { return storeQueue.full(); } function in class:LSQUnit
H A Dlsq.hh970 bool sqFull();
972 bool sqFull(ThreadID tid);
H A Diew_impl.hh1038 if ((inst->isAtomic() && ldstQueue.sqFull(tid)) ||
1040 (inst->isStore() && ldstQueue.sqFull(tid))) {

Completed in 19 milliseconds