Searched refs:update (Results 101 - 125 of 151) sorted by relevance

1234567

/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.cc242 arb->update();
268 arb->update();
H A DRepeatedLink.cc177 m_repeater_->update();
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py211 environ.update(extra_env)
215 environ.update(original_env)
H A Dgtest_shuffle_test.py82 environ_copy.update(extra_env)
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc82 updateEvent([this]{ update(); }, name()),
169 BaseTrafficGen::update() function in class:BaseTrafficGen
222 // ahead and determine when the next update should take place
270 // schedule next update event based on either the next execute
/gem5/src/base/stats/
H A Dtext.cc238 void update(Result val, Result total);
243 ScalarPrint::update(Result val, Result total) function in class:Stats::ScalarPrint
348 print.update(vec[i], _total);
487 print.update(data.underflow, total);
506 print.update(data.cvec[i], total);
520 print.update(data.overflow, total);
/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc773 distributor->update();
781 Gicv3Redistributor::update()
853 cpuInterface->update();
/gem5/ext/dsent/model/
H A DModel.cc525 // and calls updateModel if update is necessary
540 // and calls updateModel if update is necessary
541 void Model::update() function in class:DSENT::Model
544 ASSERT(m_constructed_, "[Error] " + getInstanceName() + " -> Cannot update an unconstructed model!");
546 // an update is necessary
587 // By default, update model will iterate through all sub-instances and do updateModel on them
594 iter->second->getModel()->update();
600 // By default, update model will iterate through all sub-instances and do updateModel on them
/gem5/src/dev/virtio/
H A Dbase.cc74 VirtDescriptor::update() function in class:VirtDescriptor
97 desc->update();
H A Dbase.hh165 void update();
/gem5/util/stats/
H A Dinfo.py359 self.dict.update(dict)
362 self.dict.update(kwargs)
703 d.__dict__.update(self.__dict__)
765 stat.__dict__.update(data.__dict__)
/gem5/util/statetrace/arch/arm/
H A Dtracechild.cc121 ARMTraceChild::update(int pid) function in class:ARMTraceChild
125 cerr << "update: " << strerror(errno) << endl;
133 cerr << "update: " << strerror(errno) << endl;
/gem5/util/plot_dram/
H A DPlotPowerStates.py242 plt.rcParams.update({'font.size': plotFontSize})
/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py645 defs.update({
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.cc162 TarmacTracerRecord::TraceRegEntry::update( function in class:Trace::TarmacTracerRecord::TraceRegEntry
201 // update the value of the CPSR register and add
210 // update the entry value
/gem5/tests/
H A Dtests.py85 kwargs.update({
/gem5/src/cpu/pred/
H A Dtournament.cc211 // Speculative update of the global history and the
253 TournamentBP::update(ThreadID tid, Addr branch_addr, bool taken,
271 // and update again.
273 // Global history restore and update
277 // Local history restore and update.
311 // recomputed upon update(squash = true) calls,
H A Dmultiperspective_perceptron_tage.hh228 void update(ThreadID tid, Addr instPC, bool taken,
/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.cc95 // If the entry existed, this will update the values, if not,
97 pst_entry->update(agt_entry);
/gem5/ext/testlib/
H A Dloader.py282 self.suite_uids.update({suite.uid: suite
/gem5/src/arch/
H A Disa_parser.py138 myDict.update(d.__dict__)
150 myDict.update(snippets)
211 myDict.update(d)
214 myDict.update(d.__dict__)
252 context.update({ 'name' : name, 'Name' : Name })
1146 # If is a elem operand, define or update the corresponding
1316 # If is a elem operand, define or update the corresponding
1535 # each update else every token ends up referencing the same
1734 self.update('max_inst_regs.hh',
2429 t[0].update(
2637 def update(self, file, contents): member in class:ISAParser
[all...]
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc170 SparcTraceChild::update(int pid) function in class:SparcTraceChild
346 update(pid);
/gem5/util/
H A Dcompile242 valid.update(experiment)
/gem5/ext/dsent/model/optical/
H A DRingModulator.cc407 update();
/gem5/src/python/m5/util/
H A Dcode_formatter.py287 self.update(kwargs)

Completed in 64 milliseconds

1234567