Searched refs:isFull (Results 1 - 14 of 14) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A DflitBuffer.cc70 flitBuffer::isFull() function in class:flitBuffer
H A DflitBuffer.hh53 bool isFull();
/gem5/src/mem/cache/
H A Dmshr_queue.cc122 bool was_full = isFull();
132 return was_full && !isFull();
H A Dbase.hh377 bool wasFull = mshrQueue.isFull();
380 if (wasFull && !mshrQueue.isFull()) {
387 bool wasFull = writeBuffer.isFull();
390 if (wasFull && !writeBuffer.isFull()) {
1077 if (mshrQueue.isFull()) {
1113 if (writeBuffer.isFull()) {
H A Dqueue.hh148 bool isFull() const function in class:Queue
H A Dbase.cc511 // check the isFull condition before and after as we might
513 const bool was_full = mshrQueue.isFull();
515 if (was_full && !mshrQueue.isFull()) {
731 if (wq_entry && (writeBuffer.isFull() || !miss_mshr)) {
/gem5/src/cpu/o3/
H A Drob.hh180 bool isFull() function in class:ROB
184 bool isFull(ThreadID tid) function in class:ROB
H A Dinst_queue.hh171 bool isFull();
174 bool isFull(ThreadID tid);
H A Dlsq.hh950 bool isFull();
955 bool isFull(ThreadID tid);
H A Dlsq_impl.hh485 LSQ<Impl>::isFull() function in class:LSQ
502 LSQ<Impl>::isFull(ThreadID tid) function in class:LSQ
507 return isFull();
H A Dinst_queue_impl.hh541 InstructionQueue<Impl>::isFull() function in class:InstructionQueue
552 InstructionQueue<Impl>::isFull(ThreadID tid) function in class:InstructionQueue
H A Dlsq_unit.hh313 bool isFull() { return lqFull() || sqFull(); } function in class:LSQUnit
H A Diew_impl.hh772 } else if (instQueue.isFull(tid)) {
1022 if (instQueue.isFull(tid)) {
/gem5/src/mem/ruby/common/
H A DWriteMask.hh141 isFull() const function in class:WriteMask

Completed in 51 milliseconds