Searched refs:reset (Results 551 - 575 of 607) sorted by relevance

<<2122232425

/gem5/src/arch/arm/
H A Dutility.cc64 static Fault reset = std::make_shared<Reset>(); local
65 reset->invoke(tc);
/gem5/src/mem/cache/
H A Dbase.hh1285 reset();
1313 void reset() { function in class:WriteAllocator
/gem5/ext/mcpat/
H A Darray.cc81 output_data.reset();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp303 t.reset();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp174 t1.reset();
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp33 h.reset();
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h163 txn->reset(); //clean off all extension that were added down stream
/gem5/src/dev/net/
H A Di8254xGBe.hh325 void reset();
H A Dsinic.cc101 reset();
629 reset();
633 Device::reset() function in class:Sinic::Device
/gem5/src/dev/virtio/
H A Dbase.hh688 * Driver-request device reset.
690 * The device driver may reset a device by writing zero to the
693 * <i>must</i> ensure that the reset method of the base class is
694 * called when the device is reset.
696 * @note Always call the reset method of the base class from
697 * device-specific reset methods.
699 virtual void reset();
815 * Update device status and optionally reset device.
817 * The special device status of 0 is used to reset the device by
818 * calling reset()
[all...]
/gem5/src/systemc/core/
H A Dscheduler.cc180 // and signals its reset event.
196 _current->reset(false);
520 panic("Kill/reset exception escaped a Process::run()");
/gem5/src/mem/cache/compressors/
H A Dbdi.cc424 temp_bdi_data.reset(nullptr);
/gem5/src/dev/storage/
H A Dide_disk.cc81 reset(p->driveID);
150 IdeDisk::reset(int id) function in class:IdeDisk
323 // force the device into the reset state
790 // reset the device state
791 reset(devID);
951 // reset the drqBytes for this block
/gem5/src/cpu/kvm/
H A Dbase.cc259 runTimer.reset(new PerfKvmTimer(hwCycles,
264 runTimer.reset(new PosixKvmTimer(KVM_KICK_SIGNAL, CLOCK_MONOTONIC,
1163 kvm_mask.reset((struct kvm_signal_mask *)operator new(
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h465 ref.reset();
466 map.reset(new MapType(data(copy_or_ref), fits.rows, fits.cols, make_stride(fits.stride.outer(), fits.stride.inner())));
467 ref.reset(new Type(*map));
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp249 sc_event::reset() function in class:sc_core::sc_event
739 // Andy Goodrich: Changes for reduced reset support that only includes
H A Dsc_event.h302 void reset();
865 // Andy Goodrich: Changes for reduced reset support that only includes
H A Dsc_simcontext.h181 void reset();
865 // Andy Goodrich: Changes for reduced reset support that only includes
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.cpp506 sc_phash_base_iter::reset( sc_phash_base* t ) function in class:sc_core::sc_phash_base_iter
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_gp.h170 void reset(){ function in class:tlm::tlm_generic_payload
171 //should the other members be reset too?
/gem5/src/dev/arm/
H A Dhdlcd.cc488 dmaEngine.reset(new DmaEngine(
H A Dufs_device.hh376 void reset() { function in struct:UFSHostDevice::SCSIReply
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc502 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
/gem5/src/cpu/minor/
H A Dfetch2.cc340 decoder->reset();
/gem5/src/cpu/pred/
H A Dbpred_unit.cc150 ptr.reset(new ProbePoints::PMU(getProbeManager(), name));

Completed in 71 milliseconds

<<2122232425