Searched refs:update (Results 1 - 25 of 151) sorted by relevance

1234567

/gem5/util/statetrace/base/
H A Dregstate.hh41 virtual bool update(int pid) = 0;
/gem5/src/systemc/core/
H A Dchannel.hh50 void update() { _sc_chan->update(); } function in class:sc_gem5::Channel
H A DSystemC.py55 locals().update({
/gem5/src/systemc/tests/systemc/kernel/sc_event/test03/
H A Dtest03.cpp38 // test of immediate notification check in the update phase
53 virtual void update() function in class:my_signal
/gem5/src/cpu/
H A Ddecode_cache.hh72 update(PageIt recentest) function in class:DecodeCache::AddrMap
93 update(recent[1]);
102 update(it);
110 update(pageMap.insert(to_insert).first);
/gem5/src/sim/
H A Dclocked_object.hh70 // time of the last call to update()
82 update() const function in class:Clocked
122 // frequency changes, we can update this object's tick.
161 update();
183 update();
201 update();
266 * difference from previous update. Also, updates the previous evaluation
/gem5/ext/dsent/model/
H A DTransitionInfo.cc30 update();
39 update();
45 void TransitionInfo::update() function in class:DSENT::TransitionInfo
H A DTransitionInfo.h52 void update();
/gem5/util/stats/
H A Dchart.py55 self.update(options, **kwargs)
57 def update(self, options=None, **kwargs): member in class:ChartOptions
63 self.options.update(options.options)
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_buffer.h93 virtual void update();
122 sc_buffer<T,POL>::update() function in class:sc_core::sc_buffer
124 base_type::policy_type::update();
149 // Andy Goodrich: Copyright update.
H A Dsc_writer_policy.h75 void update(){} function in struct:sc_core::sc_writer_policy_nocheck_write
81 void update(){} function in struct:sc_core::sc_writer_policy_check_write
103 void update(){ m_writer_p = NULL; } function in struct:sc_core::sc_writer_policy_check_delta
H A Dsc_signal_resolved.cpp118 sc_signal_resolved::update() function in class:sc_core::sc_signal_resolved
121 base_type::update();
133 // Andy Goodrich: Copyright update.
H A Dsc_signal_rv.h146 virtual void update();
213 sc_signal_rv<W>::update() function in class:sc_core::sc_signal_rv
216 base_type::update();
230 // Andy Goodrich: Copyright update.
/gem5/ext/dsent/model/optical/
H A DOpticalTestModel.cc115 laser->update();
125 modulator->update();
135 detector->update();
/gem5/src/systemc/ext/channel/
H A Dsc_signal_resolved.hh73 virtual void update();
H A Dsc_buffer.hh85 update() function in class:sc_core::sc_buffer
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test08/
H A Dtest08.cpp22 test08.cpp -- Test for sc_spawn during update phase, including after stop.
45 // Andy Goodrich: update of copyright notice, added visible CVS logging.
60 void update() function in class:prim_channel
62 cout << "update called..." << endl;
/gem5/src/arch/arm/
H A Dnativetrace.hh81 void update(NativeTrace *parent);
82 void update(ThreadContext *tc);
/gem5/src/arch/x86/
H A Dnativetrace.hh71 void update(NativeTrace *parent);
72 void update(ThreadContext *tc);
/gem5/src/systemc/channel/
H A Dsc_signal_resolved.cc80 sc_signal_resolved::update() function in class:sc_core::sc_signal_resolved
98 // Ask the signal to update it's value.
99 sc_signal<sc_dt::sc_logic, SC_MANY_WRITERS>::update();
/gem5/src/systemc/ext/dt/fx/
H A Dsc_context.hh97 void update();
178 sc_global<T>::update() function in class:sc_dt::sc_global
208 update();
/gem5/src/mem/slicc/ast/
H A DAST.py36 self.pairs.update(getattr(pairs, "pairs", pairs))
/gem5/util/statetrace/arch/i686/
H A Dtracechild.hh67 bool update(int pid);
/gem5/src/cpu/pred/
H A Dbtb.hh92 void update(Addr instPC, const TheISA::PCState &targetPC,
H A Dltage.hh70 void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history,

Completed in 23 milliseconds

1234567