Searched refs:update (Results 51 - 75 of 151) sorted by relevance

1234567

/gem5/src/mem/ruby/profiler/
H A DAccessTraceForAddress.hh51 void update(RubyRequestType type, RubyAccessMode access_mode, NodeID cpu,
H A DAddressProfiler.cc296 update(type, access_mode, id, sharing_miss);
303 update(type, access_mode, id, sharing_miss);
307 update(type, access_mode, id, sharing_miss);
315 update(type, access_mode, id, sharing_miss);
/gem5/ext/testlib/
H A Dhelper.py201 def update(self, keys): member in class:OrderedSet
273 self.update(dict_)
290 def update(self, items): member in class:AttrDict
291 self.__dict__.update(items)
308 def update(self, items): member in class:FrozenAttrDict
313 super(FrozenAttrDict, self).update(items)
/gem5/ext/dsent/model/electrical/router/
H A DRouter.cc201 getSubInstance("PipelineReg0")->update();
202 getSubInstance("InputPort")->update();
203 getSubInstance("PipelineReg1")->update();
204 getSubInstance("Crossbar_Sel_DFF")->update();
205 getSubInstance("Crossbar")->update();
208 getSubInstance("PipelineReg2_" + (String)i)->update();
210 getSubInstance("SwitchAllocator")->update();
218 clock_tree->update();
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo.h153 void update();
205 // init and update
238 tlm_fifo<T>::update() function in class:tlm::tlm_fifo
/gem5/src/systemc/core/
H A Dprocess.hh223 update();
228 void update() { _process->signalReset(_signal->read() == _value, _sync); } function in class:sc_gem5::Reset
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.hh124 * This updates the register entry using the update table. It is
127 * The entry update cannot be done automatically at TraceRegEntry
132 void update(const TarmacContext& tarmCtx);
139 /** Register update functions. */
205 /** Generate and update a register entry. */
211 single_reg.update(tarmCtx);
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh87 bool update(int pid);
/gem5/src/cpu/pred/
H A Dbtb.cc130 DefaultBTB::update(Addr instPC, const TheISA::PCState &target, ThreadID tid)
H A Dtage.cc56 TAGE::update(ThreadID tid, Addr branch_pc, bool taken, void* bp_history, function in class:TAGE
67 // This restores the global history, then update it
82 // optional non speculative update of the histories
H A Dltage.cc94 LTAGE::update(ThreadID tid, Addr branch_pc, bool taken, void* bp_history, function in class:LTAGE
105 // This restores the global history, then update it
/gem5/src/python/m5/util/
H A Dattrdict.py54 self.update(state)
H A Dsorteddict.py141 def update(self, *args, **kwargs): member in class:SortedDict
142 dict.update(self, *args, **kwargs)
201 d.update({'b' : 2, 'h' : 8})
H A Djobfile.py38 self.__dict__.update(kwargs)
40 def update(self, obj): member in class:Data
42 raise AttributeError("can only update from Data object")
142 self.update(self._config)
144 self.update(group)
149 self.update(option)
154 self.update(option._suboption)
236 option.update(self)
/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.hh111 void update(ActiveGenerationTableEntry const &e) function in struct:STeMSPrefetcher::ActiveGenerationTableEntry
124 // Search for the offset in the deltas array, if it exist, update
/gem5/ext/dsent/model/optical/
H A DSWMRLink.cc137 laser->update();
143 modulator->update();
149 detector->update();
/gem5/util/batch/
H A Dsend.py117 update = True variable
138 update = False variable
159 if update and not listonly and not onlyecho and isdir(conf.linkdir):
/gem5/util/pbs/
H A Dsend.py118 update = True variable
139 update = False variable
160 if update and not listonly and not onlyecho and isdir(conf.linkdir):
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.h187 virtual void update();
258 sc_signal<T,POL>::update() function in class:sc_core::sc_signal
260 policy_type::update();
416 virtual void update();
582 virtual void update();
659 // Andy Goodrich: Copyright update.
/gem5/ext/dsent/model/network/
H A DElectricalClos.cc416 input_to_ingress_link->update();
422 ingress_to_middle_link->update();
428 middle_to_egress_link->update();
434 egress_to_output_link->update();
437 ingress_router->update();
443 middle_router->update();
449 egress_router->update();
H A DPhotonicClos.cc438 input_to_ingress_link->update();
443 ingress_to_middle_link->update();
448 middle_to_egress_link->update();
454 egress_to_output_link->update();
457 ingress_router->update();
462 middle_router->update();
467 egress_router->update();
H A DElectricalMesh.cc276 rr_link->update();
282 rs_link->update();
285 router->update();
/gem5/src/systemc/ext/channel/
H A Dsc_signal.hh303 update() function in class:sc_core::sc_signal
357 update() function in class:sc_core::sc_signal
423 update() function in class:sc_core::sc_signal
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.hh102 bool update(int pid);
/gem5/src/mem/
H A Ddramsim2_wrapper.cc199 dramsim->update();

Completed in 23 milliseconds

1234567