Searched refs:update (Results 126 - 150 of 151) sorted by relevance

1234567

/gem5/src/systemc/core/
H A Dscheduler.cc270 // Schedule the evaluate and update phases.
342 channel->update();
/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.hh328 void update();
H A Dgic_v3_cpu_interface.cc1734 update();
2023 distributor->update();
2027 Gicv3CPUInterface::update() function in class:Gicv3CPUInterface
2042 DPRINTF(GIC, "Gicv3CPUInterface::update(): "
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.cc209 AMD64TraceChild::update(int pid) function in class:AMD64TraceChild
214 cerr << "update: " << strerror(errno) << endl;
218 cerr << "update: " << strerror(errno) << endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp131 void update() function in struct:Prim
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc130 fatal_if(speculative_update, "Speculative update not implemented");
443 // prediction was weak, update the weights
475 // update the magnitude and sign
479 // update the new version of yout
488 // with the updated weights, update some more weights to
609 MultiperspectivePerceptron::update(ThreadID tid, Addr instPC, bool taken, function in class:MultiperspectivePerceptron
757 // update blurry history
800 threadData[tid]->localHistories.update(bi->getPC(), hashed_taken);
803 // update last ghist bit, used to index filter
H A Dmultiperspective_perceptron.hh191 void update(Addr pc, bool value) function in class:MultiperspectivePerceptron::LocalHistories
1029 void update(ThreadID tid, Addr instPC, bool taken,
/gem5/ext/ply/ply/
H A Dyacc.py2713 ldict.update(f.f_locals)
2804 sig.update(self.start.encode('latin-1'))
2806 sig.update("".join(["".join(p) for p in self.prec]).encode('latin-1'))
2808 sig.update(" ".join(self.tokens).encode('latin-1'))
2811 sig.update(f[3].encode('latin-1'))
H A Dlex.py438 ldict.update(f.f_locals)
/gem5/util/stats/
H A Ddb.py177 dict.update(self.stattop)
/gem5/ext/testlib/
H A Dconfig.py152 self._config.update(self._config_file_args)
/gem5/src/cpu/simple/
H A Dbase.cc700 branchPred->update(cur_sn, curThread);
/gem5/src/arch/arm/
H A Dfaults.hh217 void update(ThreadContext *tc);
H A Dfaults.cc424 ArmFault::update(ThreadContext *tc) function in class:ArmISA::ArmFault
479 // From the update function we are also evaluating if the fault must
481 update(tc);
H A Disa.cc1761 armFault->update(tc);
2025 armFault->update(tc);
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h306 virtual inline void update();
686 inline void sc_signal<sc_dt::sc_int<W> >::update() function in class:sc_core::sc_signal
H A Dscx_signal_uint.h338 virtual inline void update();
731 inline void sc_signal<sc_dt::sc_uint<W> >::update() function in class:sc_core::sc_signal
H A Dscx_signal_signed.h359 virtual inline void update();
839 inline void sc_signal<sc_dt::sc_bigint<W> >::update() function in class:sc_core::sc_signal
H A Dscx_signal_unsigned.h349 virtual inline void update();
833 inline void sc_signal<sc_dt::sc_biguint<W> >::update() function in class:sc_core::sc_signal
/gem5/ext/dsent/model/
H A DElectricalModel.cc124 update();
/gem5/configs/common/
H A Dcpu2000.py149 process_args.update(kwargs)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h71 # error pybind11 requires MSVC 2015 update 3 or newer
/gem5/ext/mcpat/cacti/
H A DUcache.cc834 //update min values for the entire cache
854 //update min values for the entire cache
886 void update(uca_org_t *fin_res) function
/gem5/src/cpu/o3/
H A Dfetch_impl.hh1022 // If it was a branch mispredict on a control instruction, update the
1040 branchPred->update(fromCommit->commitInfo[tid].doneSeqNum, tid);
1188 // If returning from the delay of a cache miss, then update the status
/gem5/src/python/m5/
H A DSimObject.py578 # update human-readable values of the param if it has a literal
1476 all.update(dict(zip(child_all, [done] * len(child_all))))

Completed in 61 milliseconds

1234567