Searched refs:reset (Results 376 - 400 of 607) sorted by relevance

<<11121314151617181920>>

/gem5/ext/pybind11/include/pybind11/
H A Diostream.h162 redirect_stdout.reset(new scoped_ostream_redirect());
164 redirect_stderr.reset(new scoped_estream_redirect());
168 redirect_stdout.reset();
169 redirect_stderr.reset();
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_temporary.h149 // void reset()
153 // for diagnostics tests it is convenient to be able to reset to the start
171 inline void reset();
197 template<class T> void sc_vpool<T>::reset() function in class:sc_core::sc_vpool
/gem5/src/systemc/ext/dt/
H A Dsc_temporary.hh146 // void reset()
150 // for diagnostics tests it is convenient to be able to reset to the start
169 inline void reset();
198 void sc_vpool<T>::reset() function in class:sc_core::sc_vpool
/gem5/src/systemc/tests/systemc/1666-2011-compliance/disable_enable/
H A Ddisable_enable.cpp81 t.reset();
85 t.reset();
/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.hh93 void reset() override
99 seq_entry.counter.reset();
H A Dassociative_set_impl.hh89 victim->reset();
116 replacementPolicy->reset(entry->replacementData);
/gem5/src/mem/cache/replacement_policies/
H A Dbrrip_rp.cc68 casted_replacement_data->rrpv.reset();
75 BRRIPRP::reset(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:BRRIPRP
/gem5/ext/mcpat/
H A Dbasic_components.h130 void reset() { function in class:statsComponents
153 void reset() { function in class:statsDef
154 readAc.reset();
155 writeAc.reset();
156 searchAc.reset();
184 void reset();
H A Dcore.cc2183 globalBPT->tdp_stats.reset();
2186 globalBPT->rtp_stats.reset();
2189 globalBPT->power_t.reset();
2197 globalBPT->rt_power.reset();
2204 L1_localBPT->tdp_stats.reset();
2207 L1_localBPT->rtp_stats.reset();
2210 L1_localBPT->power_t.reset();
2218 L1_localBPT->rt_power.reset();
2225 L2_localBPT->tdp_stats.reset();
2228 L2_localBPT->rtp_stats.reset();
[all...]
/gem5/src/mem/ruby/system/
H A DSequencer.cc133 m_latencyHist.reset();
134 m_hitLatencyHist.reset();
135 m_missLatencyHist.reset();
137 m_typeLatencyHist[i]->reset();
138 m_hitTypeLatencyHist[i]->reset();
139 m_missTypeLatencyHist[i]->reset();
141 m_hitTypeMachLatencyHist[i][j]->reset();
142 m_missTypeMachLatencyHist[i][j]->reset();
147 m_missMachLatencyHist[i]->reset();
148 m_hitMachLatencyHist[i]->reset();
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp110 m_timeout_event_p->reset();
114 m_timeout_event_p->reset();
120 m_timeout_event_p->reset();
127 m_timeout_event_p->reset();
353 // process any reset signal specification:
401 // (b) if this method is in synchronous reset
406 "attempt to suspend a method that has a reset signal");
411 "attempt to suspend a method in synchronous reset");
495 // This virtual method is invoked to "throw" a reset.
497 // If the reset i
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_priority/
H A Dproc_ctrl_priority.cpp34 // Priority of process control methods suspend, disable, sync_reset_on, reset
106 t.reset();
119 t.reset();
124 t.reset();
210 t.reset();
215 t.reset();
225 t.reset();
234 t.reset();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp92 t1.reset(); // Reset takes priority over suspend
96 t1.reset(); // Reset takes priority over suspend
110 t1.reset();
123 t1.reset(); // Reset takes priority over enable
129 t1.reset(); // Reset takes priority over enable
/gem5/src/base/
H A Dsat_counter.test.cc78 counter.reset();
172 counter.reset();
254 counter_copy_constructor.reset();
255 counter_copy.reset();
256 deep_copy.reset();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/kill_reset/
H A Dkill_reset.cpp110 t.reset();
111 // Target reset immediately at time 25 NS
139 cout << "Target called/reset at " << sc_time_stamp() << endl;
184 b.reset();
189 void bystander() // Gets reset by victim
204 b2.reset();
210 void second_bystander() // Gets reset by bystander
/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp120 sc_in<bool> reset; local
158 reset_signal_is(reset,true);
160 reset_signal_is(reset,true);
/gem5/src/systemc/tests/systemc/misc/synth/bubble/
H A Dbubble.h50 const sc_signal<bool>& reset; local
83 reset (RESET),
95 reset_signal_is(reset,true);
/gem5/src/systemc/core/
H A Dport.hh65 void finalizeReset(Reset *reset);
156 void addReset(Reset *reset);
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp217 sc_in<bool> reset; member in struct:CM
225 reset_signal_is(reset, true);
280 sc_signal<bool> clk, reset; local
288 cm->reset(reset);
298 reset = true;
303 reset = false;
312 reset = true;
/gem5/ext/googletest/googletest/test/
H A Dgtest-linked_ptr_test.cc124 a2.reset(new A);
125 a0.reset();
/gem5/src/cpu/
H A Dprofile.hh66 Callback *reset; member in class:FunctionProfile
/gem5/src/proto/
H A Dprotoio.hh172 void reset();
/gem5/ext/dsent/libutil/
H A DCalculator.h88 void reset();
/gem5/ext/nomali/lib/
H A Dgpublock.hh44 * This method is called to simulated a hard reset of the GPU. It
49 virtual void reset();
/gem5/src/arch/sparc/
H A Dsystem.hh60 /** reset binary symbol table */
78 /** Object pointer for the reset binary */
79 ObjectFile *reset; member in class:SparcSystem
102 /** Add a function-based event to reset binary. */

Completed in 40 milliseconds

<<11121314151617181920>>