Searched refs:reset (Results 576 - 600 of 607) sorted by relevance

<<2122232425

/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h530 // notif event first before freeing extensions (reset)
532 trans->reset();
1073 // notif event first before freeing extensions (reset)
1075 trans->reset();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp151 clock(); // Clocked while asynch reset is active
332 ct2.reset();
333 t2.reset();
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc90 unit_test_impl_->death_test_factory_.reset(new_factory);
95 unit_test_impl_->death_test_factory_.reset(old_factory_);
H A Dgtest-port_test.cc1114 counting_threads[i].reset(new ThreadType(&CountingThreadFunc,
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h549 // Notify event first before freeing extensions (reset).
551 trans->reset();
1145 // Notify event first before freeing extensions (reset).
1147 trans->reset();
/gem5/configs/common/
H A DSimulation.py401 m5.stats.reset()
718 m5.stats.reset()
/gem5/src/dev/net/
H A Di8254xGBe.cc523 rxDescCache.reset();
543 txDescCache.reset();
840 reset();
851 reset();
1109 IGbE::DescCache<T>::reset() function in class:IGbE::DescCache
/gem5/src/dev/storage/
H A Dide_ctrl.cc86 bmiRegs.reset();
453 // to reset (set 0) IDEINTS and IDEDMAE, write 1 to each
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h751 internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag());
/gem5/src/dev/arm/
H A Dgeneric_timer.cc304 timers[i].reset(
/gem5/src/cpu/
H A Dsimple_thread.hh273 vecPredRegs[i].reset();
H A Dbase.cc382 ptr.reset(new ProbePoints::PMU(getProbeManager(), name));
/gem5/src/arch/arm/
H A Disa.hh116 uint64_t _reset; // value taken on reset (i.e. initialization)
125 uint64_t reset() const { return _reset; } function in struct:ArmISA::ISA::MiscRegLUTEntry
H A Disa.cc273 // pointer (SP_ELx); set RVBAR_ELx to implementation defined reset
417 gicv3CpuInterface.reset(gicv3->getCPUInterface(tc->contextId()));
2108 timer.reset(new GenericTimerISA(*generic_timer, tc->contextId()));
/gem5/src/mem/
H A Drequest.hh493 atomicOpFunctor.reset(other.atomicOpFunctor ?
H A Dcoherent_xbar.cc241 // add the snoop delay to our header delay, and then reset it
361 pendingDelete.reset(pkt);
543 // add the snoop delay to our header delay, and then reset it
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1120 ~scoped_ptr() { reset(); }
1132 void reset(T* p = NULL) { function in class:testing::internal::scoped_ptr
/gem5/src/mem/cache/
H A Dbase.cc165 // reset the flag and call retry
236 pendingDelete.reset(pkt);
263 pendingDelete.reset(pkt);
363 // Here we reset the timing of the packet.
1730 // then reset the write mode
1743 writeAllocator->reset();
H A Dcache.cc218 // the Writeback does not reset the bit corresponding to this
226 // reset the bit corresponding to this address in the snoop filter
246 // so that the Writeback does not reset the bit
256 // reset the bit corresponding to this address in the snoop filter
443 // also reset the bus time that the original packet has
466 pendingDelete.reset(pkt);
963 // Here we reset the timing of the packet.
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp163 // and remove it from there. simcontext::reset and ~simcontext invoke this
1060 sc_simcontext::reset() function in class:sc_core::sc_simcontext
1723 // reset init/update flag for subsequent calls
1898 // the synchronous reset flag. Whether the process is in reset or
1902 // the value of the reset variable at the time of its next execution
1903 // will determine whether it is in reset or not.
2117 // synchronous reset and suspend.
2120 // Andy Goodrich: refinements for the illegal suspend - synchronous reset
2179 // Andy Goodrich: reset processin
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h322 message_.reset(new ::std::string);
768 // This field is mutable and needs to be reset before running the
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc344 regs.reset((struct kvm_reg_list *)
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh164 dependGraph.reset();
H A Dcpu.cc1127 activityRec.reset();
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2573 a.reset();
2593 a.reset();

Completed in 159 milliseconds

<<2122232425