Searched refs:reset (Results 476 - 500 of 607) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_immed/
H A Dproc_ctrl_immed.cpp28 // John Aynsley: correction for immediate method invocation on reset.
168 t.reset();
176 t.reset();
241 m.reset();
/gem5/src/dev/arm/
H A Dgpu_nomali.cc97 /* Setup a reset callback */
101 cbk_rst.func.reset = NoMaliGpu::_reset;
120 /* Reset the GPU here since the reset callback won't have been
121 * installed when the GPU was reset at instantiation time.
123 reset();
197 NoMaliGpu::reset() function in class:NoMaliGpu
199 DPRINTF(NoMali, "reset()\n");
203 "Failed to reset GPU");
/gem5/src/systemc/ext/channel/
H A Dsc_signal.hh85 void _signalReset(sc_gem5::Reset *reset);
379 _addReset(sc_gem5::Reset *reset) const
381 this->_resets.push_back(reset);
/gem5/src/arch/alpha/
H A Dev5.cc76 AlphaFault *reset = new ResetFault; local
78 tc->pcState(tc->readMiscRegNoEffect(IPR_PAL_BASE) + reset->vect());
80 delete reset;
/gem5/ext/nomali/lib/
H A Dgpublock.cc48 GPUBlock::reset() function in class:NoMali::GPUBlock
/gem5/src/proto/
H A Dprotoio.cc167 ProtoInputStream::reset() function in class:ProtoInputStream
/gem5/src/arch/x86/
H A Dpagetable.hh180 reset(Addr _paddr, bool _present=true, function in class:X86ISA::LongModePTE
H A Ddecoder.hh242 emi.reset();
299 void reset() function in class:X86ISA::Decoder
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh201 void reset(sc_descendent_inclusion_info include_descendants=
/gem5/src/systemc/tests/include/
H A DCoreDecouplingLTInitiator.h63 mQuantumKeeper.reset();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp102 // Target is reset at 20 NS
106 // Target is reset again at 30 NS
132 // Target reset at 70 NS
171 // Target reset at 140 NS
186 // Target reset at 170 NS
189 t1.reset();
190 // Target reset at 175 NS
195 t1.reset();
196 // Target reset at 176 NS
199 t1.reset();
[all...]
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp145 // and reset simulation context to pick it up (non-standard)
146 sc_core::sc_get_curr_simcontext()->reset();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Daddition.cpp49 if (reset.read() == true) {
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/subtract/
H A Dsubtract.cpp50 if (reset.read() == true) {
/gem5/src/cpu/
H A Dinst_pb_trace.cc147 buf.reset(new uint8_t[bufSize]);
/gem5/src/dev/storage/
H A Dide_ctrl.hh84 void reset() { function in struct:IdeController::Channel::BMIRegs
/gem5/src/mem/cache/replacement_policies/
H A Dtree_plru_rp.cc161 TreePLRURP::reset(const std::shared_ptr<ReplacementData>& replacement_data) function in class:TreePLRURP
164 // A reset has the same functionality of a touch
/gem5/src/mem/cache/prefetch/
H A Ddelta_correlating_prediction_tables.cc47 DeltaCorrelatingPredictionTables::DCPTEntry::reset() function in class:DeltaCorrelatingPredictionTables::DCPTEntry
H A Dirregular_stream_buffer.cc126 mapping_B.counter.reset();
207 mapping.counter.reset();
/gem5/src/python/pybind11/
H A Dstats.cc73 m.attr("reset")();
121 .def("reset", &Stats::Info::reset)
/gem5/src/base/stats/
H A Dinfo.hh126 virtual void reset() = 0;
/gem5/ext/mcpat/
H A Dinterconnect.cc174 power_t.reset();
180 rt_power.reset();
H A Dnoc.cc120 tdp_stats.reset();
150 rtp_stats.reset();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h105 inline void reset(
369 // reset this object instance's target.
371 inline void sc_process_handle::reset( sc_descendant_inclusion_info descendants ) function in class:sc_core::sc_process_handle
377 SC_REPORT_WARNING( SC_ID_EMPTY_PROCESS_HANDLE_, "reset()");
380 // return the reset event for this object instance's target.
388 SC_REPORT_WARNING( SC_ID_EMPTY_PROCESS_HANDLE_, "reset()");
597 // Andy Goodrich: Changes for reduced reset support that only includes
/gem5/src/mem/
H A Dmem_checker.hh446 * after the reset. This does not reset nextSerial to avoid such a race
447 * condition: where a transaction started before a reset with serial S,
448 * then reset() was called, followed by a start of a transaction with the
450 * the reset with serial S.
452 void reset() function in class:MemChecker
463 void reset(Addr addr, size_t size);

Completed in 39 milliseconds

<<11121314151617181920>>