/gem5/util/statetrace/base/ |
H A D | regstate.hh | 41 virtual bool update(int pid) = 0;
|
/gem5/src/systemc/core/ |
H A D | channel.hh | 50 void update() { _sc_chan->update(); } function in class:sc_gem5::Channel
|
H A D | SystemC.py | 55 locals().update({
|
/gem5/src/systemc/tests/systemc/kernel/sc_event/test03/ |
H A D | test03.cpp | 38 // test of immediate notification check in the update phase
53 virtual void update()
function in class:my_signal
|
/gem5/src/cpu/ |
H A D | decode_cache.hh | 72 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 D | clocked_object.hh | 70 // 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 D | TransitionInfo.cc | 30 update(); 39 update(); 45 void TransitionInfo::update() function in class:DSENT::TransitionInfo
|
H A D | TransitionInfo.h | 52 void update();
|
/gem5/util/stats/ |
H A D | chart.py | 55 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 D | sc_buffer.h | 93 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 D | sc_writer_policy.h | 75 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 D | sc_signal_resolved.cpp | 118 sc_signal_resolved::update() function in class:sc_core::sc_signal_resolved 121 base_type::update(); 133 // Andy Goodrich: Copyright update.
|
H A D | sc_signal_rv.h | 146 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 D | OpticalTestModel.cc | 115 laser->update(); 125 modulator->update(); 135 detector->update();
|
/gem5/src/systemc/ext/channel/ |
H A D | sc_signal_resolved.hh | 73 virtual void update();
|
H A D | sc_buffer.hh | 85 update() function in class:sc_core::sc_buffer
|
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test08/ |
H A D | test08.cpp | 22 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 D | nativetrace.hh | 81 void update(NativeTrace *parent); 82 void update(ThreadContext *tc);
|
/gem5/src/arch/x86/ |
H A D | nativetrace.hh | 71 void update(NativeTrace *parent); 72 void update(ThreadContext *tc);
|
/gem5/src/systemc/channel/ |
H A D | sc_signal_resolved.cc | 80 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 D | sc_context.hh | 97 void update(); 178 sc_global<T>::update() function in class:sc_dt::sc_global 208 update();
|
/gem5/src/mem/slicc/ast/ |
H A D | AST.py | 36 self.pairs.update(getattr(pairs, "pairs", pairs))
|
/gem5/util/statetrace/arch/i686/ |
H A D | tracechild.hh | 67 bool update(int pid);
|
/gem5/src/cpu/pred/ |
H A D | btb.hh | 92 void update(Addr instPC, const TheISA::PCState &targetPC,
|
H A D | ltage.hh | 70 void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history,
|