Searched refs:pop_front (Results 26 - 50 of 60) sorted by relevance

123

/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h252 m_pendingReqs[connInfo->fwID].pop_front(); //allow another req to start at this target
314 m_pendingResps[connInfo->bwID].pop_front(); //remove current response
/gem5/src/arch/x86/
H A Dtlb.cc110 freeList.pop_front();
508 freeList.pop_front();
H A Dpagetable_walker.cc87 currStates.pop_front();
197 currStates.pop_front();
/gem5/src/sim/
H A Deventq.cc437 async_queue.pop_front();
/gem5/src/mem/qos/
H A Dmem_ctrl.cc182 it->second.pop_front();
/gem5/src/dev/net/
H A Detherlink.cc165 txQueue.pop_front();
H A Di8254xGBe.cc1071 usedCache.pop_front();
1501 unusedCache.pop_front();
1616 unusedCache.pop_front();
1666 unusedCache.pop_front();
1807 unusedCache.pop_front();
1932 unusedCache.pop_front();
H A Dsinic.cc787 rxBusy.pop_front();
821 rxList.pop_front();
1130 txList.pop_front();
/gem5/src/cpu/pred/
H A Dsimple_indirect.cc138 t_info.pathHist.pop_front();
H A Dbpred_unit.cc405 pred_hist.pop_front();
/gem5/src/mem/cache/
H A Dmshr.hh485 targets.pop_front();
/gem5/src/mem/
H A Ddramsim2.cc113 responseQueue.pop_front();
H A Dxbar.cc266 waitingForLayer.pop_front();
/gem5/src/cpu/checker/
H A Dcpu_impl.hh160 instList.pop_front();
436 instList.pop_front();
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc851 temp_ptr->robDepList.pop_front();
860 temp_ptr->physRegDepList.pop_front();
/gem5/src/cpu/minor/
H A Dbuffers.hh501 void pop() { queue.pop_front(); }
/gem5/src/base/
H A Dcircular_queue.hh525 void pop_front(size_t num_elem = 1) function in class:CircularQueue
/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc321 lt.pop_front();
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh686 instsToExecute.pop_front();
982 instList[tid].pop_front();
1192 retryMemInsts.pop_front();
H A Dmem_dep_unit_impl.hh401 instsToReplay.pop_front();
H A Drename_impl.hh668 insts_to_rename.pop_front();
810 insts[tid].pop_front();
H A Dlsq_unit_impl.hh661 loadQueue.pop_front();
1009 storeQueue.pop_front();
/gem5/src/dev/arm/
H A Dflash_device.cc315 planeEventQueue[plane_address].pop_front();
/gem5/src/gpu-compute/
H A Dcompute_unit.cc706 retries.pop_front();
737 retries.pop_front();
1309 retries.pop_front();
1392 retries.pop_front();
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc215 pfq.pop_front();

Completed in 72 milliseconds

123