Searched refs:push (Results 1 - 25 of 76) sorted by relevance

1234

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_boost.h47 # pragma warning(push, 3)
/gem5/src/cpu/pred/
H A Dras.cc51 ReturnAddrStack::push(const TheISA::PCState &return_addr) function in class:ReturnAddrStack
H A Dras.hh65 void push(const TheISA::PCState &return_addr);
/gem5/util/
H A Dtracediff108 push @cmd1, $a1;
109 push @cmd2, $a2;
H A Drundiff120 push @$array, $line;
308 push @precontext, $l1;
/gem5/src/systemc/channel/
H A Dsc_event_queue.cc56 _times.push(sc_time_stamp() + t);
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc209 gmIssuedRequests.push(gpuDynInst);
218 gmReturnedLoads.push(gpuDynInst);
221 gmReturnedStores.push(gpuDynInst);
H A Ddispatcher.cc231 execIds.push(nextId);
287 execIds.push(execId);
319 doneIds.push(kern_id);
/gem5/src/base/
H A Dcoroutine.hh104 retChannel.push(param);
198 argsChannel.push(param);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Djalr.S45 .option push
/gem5/src/systemc/tests/include/
H A DSimpleATTarget1.h103 mEndRequestQueue.push(&trans);
148 mResponseQueue.push(trans);
H A DSimpleATInitiator1.h236 mEndResponseQueue.push(&trans);
282 mEndResponseQueue.push(myTrans);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h156 # pragma warning(push)
230 # pragma warning(push) // Saves the current warning state.
/gem5/src/cpu/o3/
H A Dfree_list.hh76 void addReg(PhysRegIdPtr reg) { freeRegs.push(reg); }
83 this->freeRegs.push(&reg);
/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.cpp53 # pragma GCC diagnostic push
68 # pragma GCC diagnostic push
/gem5/src/arch/riscv/
H A Dlocked_mem.hh92 locked_addr_stack.push(req->getPaddr() & ~0xF);
/gem5/src/cpu/minor/
H A Dbuffers.hh326 * without advance-ing will just cause an overwrite of the last push's
328 void push(ElemType &elem) function in class:Minor::SelfStallingPipeline
425 * just discarded. It is assummed that any push into a queue with
428 push(ElemType &data) function in class:Minor::Queue
435 warn("%s: No space to push data into queue of capacity"
555 * item as the single element. Calling pushTail will push that element
560 * associated with a push is expensive enough to want to avoid
584 /** Set the tail of the queue, this is like push but needs
595 queue.push(new_element);
630 queue.push(*elementPt
[all...]
/gem5/tests/
H A Ddiff-out227 push @missing_stats, $stat;
233 push @key_stats, [$stat, $refvalue, $newvalue];
250 push @errs,
/gem5/src/cpu/checker/
H A Dcpu.hh337 result.push(InstResult(std::forward<T>(t),
345 result.push(InstResult(std::forward<T>(t),
353 result.push(InstResult(std::forward<T>(t),
361 result.push(InstResult(std::forward<T>(t),
471 miscRegIdxs.push(misc_reg);
480 miscRegIdxs.push(misc_reg);
/gem5/src/dev/net/
H A Detherswitch.hh148 // It can return a negative value because in "push" function
149 // we first push the received packet into the fifo and then
162 bool push(EthPacketPtr ptr, unsigned senderId);
H A Dpktfifo.hh122 bool push(EthPacketPtr ptr) function in class:PacketFifo
/gem5/src/sim/
H A Dserialize.cc228 path.push(obj_name);
230 path.push(csprintf("%s.%s", path.top(), obj_name));
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uc/
H A Drvc.S17 .option push
21 TEST_CASE (n, r, v, .option push; .option rvc; code; .align 2; .option pop)
/gem5/src/mem/
H A Ddramsim2.cc199 outstandingReads[pkt->getAddr()].push(pkt);
208 outstandingWrites[pkt->getAddr()].push(pkt);
/gem5/src/base/stats/
H A Dhdf5.cc84 path.push(h5File.openGroup("/"));
118 path.push(group);

Completed in 33 milliseconds

1234