Searched refs:front (Results 76 - 100 of 105) sorted by relevance

12345

/gem5/src/systemc/core/
H A Dscheduler.hh82 * priority events in front of it. When it runs, it will start the first
510 events.front()->run();
/gem5/src/dev/net/
H A Dns_gige.cc1166 rxPacket = rxFifo.front();
1366 if (interface->sendPacket(txFifo.front())) {
1369 IpPtr ip(txFifo.front());
1383 DDUMP(EthernetData, txFifo.front()->data, txFifo.front()->length);
1384 txBytes += txFifo.front()->length;
/gem5/src/cpu/o3/
H A Ddecode_impl.hh411 inst = insts[tid].front();
677 DynInstPtr inst = std::move(insts_to_decode.front());
H A Dcpu.cc1544 // Remove the front instruction.
1650 (*removeList.front())->threadNumber,
1651 (*removeList.front())->seqNum,
1652 (*removeList.front())->pcState());
1654 instList.erase(removeList.front());
H A Drob_impl.hh282 return instList[tid].front()->readyToCommit();
H A Dmem_dep_unit_impl.hh392 temp_inst = instsToReplay.front();
H A Dinst_queue_impl.hh685 DynInstPtr inst = std::move(instsToExecute.front());
1191 DynInstPtr mem_inst = std::move(retryMemInsts.front());
H A Dlsq_impl.hh992 assert(pkt == _packets.front());
/gem5/src/arch/x86/
H A Dpagetable_walker.cc194 WalkerState *currState = currStates.front();
219 currState = currStates.front();
/gem5/src/base/
H A Dcircular_queue.hh491 reference front() { return (*this)[_head]; } function in class:CircularQueue
H A Dcp_annotate.cc1037 int32_t head_bytes = qData[qi-1].front()->data;
1046 qData[qi-1].front()->data -= need;
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h301 return strings.front().c_str();
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc450 if (checkAndIssue(depFreeQueue.front(), false)) {
452 "%lli.\n", (depFreeQueue.front())->seqNum);
608 hwResource.isAvailable(depFreeQueue.front())) {
/gem5/src/arch/arm/
H A Dtable_walker.cc368 currState = pendingQueue.front();
437 currState = pendingQueue.front();
1792 currState = stateQueues[L1].front();
1848 currState = stateQueues[L2].front();
1913 currState = stateQueues[curr_lookup_level].front();
2150 if ((currState != NULL) && (currState != pendingQueue.front())) {
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc168 newEntry = freeList[set].front();
232 TlbEntry *entry = entryList[i].front();
1645 Addr cleanup_addr = cleanupQueue.front();
H A Dtlb_coalescer.cc516 Addr cleanup_addr = cleanupQueue.front();
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc214 PacketPtr pkt = pfq.front().pkt;
/gem5/src/mem/cache/
H A Dcache.cc196 PacketPtr wbPkt = writebacks.front();
238 PacketPtr wbPkt = writebacks.front();
983 // original packet up front
/gem5/src/dev/arm/
H A Dsmmu_v3.cc151 SMMUAction a = packetsToRetry.front();
198 SMMUAction a = packetsTableWalkToRetry.front();
/gem5/src/cpu/simple/
H A Dbase.cc160 curThread = activeThreads.front();
/gem5/src/mem/
H A Ddram_ctrl.cc579 // different front end latency
685 DRAMPacket* dram_pkt = respQueue.front();
735 // @todo we probably want to have a different front end and back
746 delete respQueue.front();
750 assert(respQueue.front()->readyTime >= curTick());
752 schedule(respondEvent, respQueue.front()->readyTime);
/gem5/src/cpu/
H A Dbase_dyn_inst.hh620 InstResult t = instResult.front();
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h166 return bases.front();
355 n_types == 1 && tinfo.front()->holder_size_in_ptrs <= instance_simple_holder_in_ptrs();
671 if (bases.size() == 1 && (no_cpp_mi || bases.front()->type == typeinfo->type)) {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp563 sc_process_b* del_p = m_collectable->front();
/gem5/src/cpu/kvm/
H A Dbase.cc224 while (pendingMMIOPkts.size() && sendTimingReq(pendingMMIOPkts.front())) {

Completed in 109 milliseconds

12345