Searched refs:push_back (Results 126 - 150 of 364) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp61 objs_vec_->push_back( obj );
/gem5/src/dev/net/
H A Dpktfifo.cc114 fifo.push_back(entry);
/gem5/src/sim/
H A Dsimulate.cc98 threads.push_back(new std::thread(thread_loop, mainEventQueue[i]));
H A Dsim_object.cc66 simObjectList.push_back(this);
/gem5/src/mem/qos/
H A Dpolicy_pf.cc65 history.push_back(std::make_pair(m_id, score));
H A Dmem_sink.cc159 readQueue.at(pkt_priority).push_back(pkt);
173 writeQueue.at(pkt_priority).push_back(pkt);
354 ranges.push_back(memory.getAddrRange());
/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc52 name_vec.push_back(StripTrailingSpaces(GetPrefixUntilComma(src)));
/gem5/src/mem/cache/tags/
H A Dbase_set_assoc.hh181 evict_blks.push_back(victim);
/gem5/src/mem/cache/compressors/
H A Dbdi.cc158 bases.push_back(0);
191 bases.push_back(base);
205 bitMask.push_back(base_index);
208 deltas.push_back(delta);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp74 m_child_events.push_back( event_p );
81 m_child_objects.push_back( object_ );
371 return ( m_attr_cltn_p->push_back( &attribute_ ) );
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h154 m_binders.push_back(new callback_binder_bw<TYPES>(m_binders.size()));
200 m_sockets.push_back(test->get_last_binder(m_binders[m_binders.size()-1]));
203 m_sockets.push_back(&((tlm::tlm_fw_transport_if<TYPES>&)ex_s)); //store the interface we are bound against
/gem5/ext/drampower/src/
H A DCommandAnalysis.cc188 list.push_back(MemCommand(MemCommand::PRE, cmd.getBank(), preTime));
195 next_window_cmd_list.push_back(nextWindowCmd);
205 list.push_back(MemCommand(MemCommand::NOP, 0, t));
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.cc287 queue.push_back(
300 queue.push_back(
323 queue.push_back(
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h120 m_binders.push_back(
186 m_sockets.push_back(test->get_last_binder(
192 m_sockets.push_back(&((tlm::tlm_fw_transport_if<TYPES> &)ex_s));
/gem5/src/gpu-compute/
H A Dcl_driver.cc54 codeFiles.push_back(&codeFile);
63 kernels.push_back(obj->getKernel(k));
75 kernelInfo.push_back(HsaKernelInfo());
H A Dcompute_unit.hh227 regIdxVec.push_back(std::make_pair(simdId, regIdx));
228 timestampVec.push_back(when);
229 statusVec.push_back(newStatus);
231 regIdxVec.push_back(std::make_pair(simdId,
234 timestampVec.push_back(when);
235 statusVec.push_back(newStatus);
H A Dhsail_code.cc189 _insts.push_back(raw_inst);
190 instructions.push_back(iptr);
312 elements.push_back(se);
/gem5/src/mem/ruby/system/
H A DVIPERCoalescer.cc122 newKernelEnds.push_back(it->first);
178 newKernelEnds.push_back(it->first);
195 newKernelEnds.push_back(it->first);
/gem5/ext/dsent/model/electrical/
H A DBroadcastHTree.cc150 m_repeaters_.push_back(repeater);
151 m_repeater_loads_.push_back(repeater_load);
152 m_timing_trees_.push_back(timing_tree);
279 m_leaf_drivers_.push_back(inv);
322 m_leaf_drivers_.push_back(inv);
/gem5/src/arch/x86/
H A Dtlb.cc71 freeList.push_back(&tlb[x]);
93 freeList.push_back(&tlb[lru]);
137 freeList.push_back(&tlb[i]);
156 freeList.push_back(&tlb[i]);
168 freeList.push_back(entry);
H A Dinterrupts.cc355 ranges.push_back(RangeSize(pioAddr, PageBytes));
364 ranges.push_back(RangeEx(x86InterruptAddress(initialApicId, 0),
501 apics.push_back(i);
511 apics.push_back(i);
519 apics.push_back(message.destination);
537 apics.push_back(i);
/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh187 instList[tid].push_back(inst);
246 store_entry->dependInsts.push_back(inst_entry);
285 instList[tid].push_back(inst);
336 instList[tid].push_back(barr_inst);
381 instsToReplay.push_back(inst);
/gem5/src/mem/
H A Dcoherent_xbar.cc73 masterPorts.push_back(bp);
74 reqLayers.push_back(new ReqLayer(*bp, *this,
76 snoopLayers.push_back(
87 masterPorts.push_back(bp);
88 reqLayers.push_back(new ReqLayer(*bp, *this, csprintf(".reqLayer%d",
90 snoopLayers.push_back(new SnoopRespLayer(*bp, *this,
99 slavePorts.push_back(bp);
100 respLayers.push_back(new RespLayer(*bp, *this,
102 snoopRespPorts.push_back(new SnoopRespPort(*bp, *this));
129 snoopPorts.push_back(
[all...]
/gem5/ext/mcpat/
H A Dmemoryctrl.cc362 children.push_back(frontendBuffer);
416 children.push_back(readBuffer);
457 children.push_back(writeBuffer);
478 //children.push_back(MC_arb);
487 children.push_back(new MCFrontEnd(xml_data, &interface_ip, mcp, mcs));
488 children.push_back(new MCBackend(xml_data, &interface_ip, mcp, mcs));
491 children.push_back(new MCPHY(xml_data, &interface_ip, mcp, mcs));
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h119 m_masks.push_back(mask); //add the mask for this target
261 m_pendingResps[connInfo->bwID].push_back(&trans);
298 m_pendingReqs[connInfo->fwID].push_back(&trans);

Completed in 45 milliseconds

1234567891011>>