Searched refs:push (Results 26 - 50 of 76) sorted by relevance

1234

/gem5/src/systemc/tests/include/
H A DSimpleATTarget2.h107 mResponseQueue.push(&trans);
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.cc149 sem.queue.push(this);
H A Dsmmu_v3.cc303 packetsTableWalkToRetry.push(action);
320 packetsToRetry.push(action);
/gem5/src/cpu/
H A Dbase_dyn_inst.hh634 instResult.push(InstResult(std::forward<T>(t),
644 instResult.push(InstResult(std::forward<T>(t),
654 instResult.push(InstResult(std::forward<T>(t),
664 instResult.push(InstResult(std::forward<T>(t),
/gem5/src/dev/net/
H A Detherswitch.cc77 EtherSwitch::Interface::PortFifo::push(EthPacketPtr ptr, unsigned senderId) function in class:EtherSwitch::Interface::PortFifo
169 // if the newly push packet gets inserted at the head of the queue
176 if (outputFifo.push(packet, senderId)) {
H A Ddist_iface.cc486 descQueue.push(d);
601 descQueue.push(recv_desc);
H A Dethertap.cc199 packetBuffer.push(packet);
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh299 w->computeUnit->localMemoryPipe.getLMReqFIFO().push(m);
471 w->computeUnit->localMemoryPipe.getLMReqFIFO().push(m);
604 w->computeUnit->localMemoryPipe.getLMReqFIFO().push(m);
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dendian_conv.hh156 inline void push(tlm_endian_context *c);
212 void free() { global_tlm_endian_context_pool.push(this); }
267 void tlm_endian_context_pool::push(tlm_endian_context *c) function in class:tlm::tlm_endian_context_pool
/gem5/src/systemc/core/
H A Dobject.cc324 void pushParentObj(sc_core::sc_object *obj) { objParentStack.push(obj); }
/gem5/src/gpu-compute/
H A Dlds_state.cc233 returnQueue.push(thePair);
H A Dtlb_coalescer.cc221 cleanupQueue.push(virt_page_addr);
242 // push back the port to remember the path back
314 "push\n", tick_index,
/gem5/ext/pybind11/tests/
H A Dtest_operator_overloading.cpp68 #pragma GCC diagnostic push
H A Dtest_builtin_casters.cpp14 # pragma warning(push)
/gem5/src/cpu/minor/
H A Dfetch1.cc184 requests.push(request);
327 transfers.push(request);
421 /* Only push the response if we didn't change stream? No, all responses
H A Dexecute.cc638 thread.inFlightInsts->push(fu_inst);
744 thread.inFUMemInsts->push(fu_inst);
748 fu->push(fu_inst);
764 thread.inFlightInsts->push(fu_inst);
1156 * - Can push a request into the LSQ
H A Dlsq.cc1081 * False: skip the memory and push a packet for this request onto
1276 transfers.push(request);
1641 requests.push(request);
1652 requests.push(request);
/gem5/src/cpu/o3/
H A Ddecode_impl.hh417 skidBuffer[tid].push(inst);
489 insts[fromFetch->insts[i]->threadNumber].push(fromFetch->insts[i]);
H A Dinst_queue_impl.hh1089 readyInsts[op_class].push(ready_inst);
1476 readyInsts[op_class].push(inst);
/gem5/ext/pybind11/include/pybind11/
H A Doperators.h17 # pragma warning(push)
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h367 # pragma warning(push)
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h163 inline void push(tlm_endian_context *c);
205 global_tlm_endian_context_pool.push(this);
254 void tlm_endian_context_pool::push(tlm_endian_context *c) { function in class:tlm::tlm_endian_context_pool
/gem5/src/arch/
H A Disa_parser.py1509 def push(self, item): member in class:Stack
1867 self.fileNameStack.push(t.lexer.lineno)
2232 # The opt_default statement serves only to push the "default
2240 self.defaultStack.push(self.defaultStack.top())
2246 # push the new default
2249 self.defaultStack.push(codeObj)
2298 # This rule exists so we can set the current format (& push the
2304 self.formatStack.push(self.formatMap[t[1]])
2670 self.fileNameStack.push(LineTracker(filename))
/gem5/src/cpu/pred/
H A Dbpred_unit.cc241 RAS[tid].push(pc);
/gem5/src/base/stats/
H A Dtext.cc181 path.push(name);
183 path.push(csprintf("%s.%s", path.top(), name));

Completed in 79 milliseconds

1234