Searched refs:pm (Results 1 - 20 of 20) sorted by relevance

/gem5/src/sim/
H A Dsub_system.hh69 void registerPowerProducer(PowerModel *pm) { argument
70 powerProducers.push_back(pm);
/gem5/src/sim/power/
H A Dpower_model.hh164 ThermalProbeListener(PowerModel &_pm, ProbeManager *pm, argument
166 : ProbeListenerArgBase(pm, name), pm(_pm) {}
170 pm.thermalUpdateCallback(temp);
174 PowerModel ± member in class:PowerModel::ThermalProbeListener
H A DPowerModel.py58 pm = VectorParam.PowerModelState([], "List of per-state power models.") variable in class:PowerModel
H A Dpower_model.cc54 : SimObject(p), states_pm(p->pm), subsystem(p->subsystem),
/gem5/src/mem/probes/
H A Dbase.hh81 ProbeManager *pm, const std::string &name)
82 : ProbeListenerArgBase(pm, name),
80 PacketListener(BaseMemProbe &_parent, ProbeManager *pm, const std::string &name) argument
/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test02/
H A Dtest02.cpp95 sc_attr_base *pm = att_cltn.operator []("a5"); local
96 if(pm != 0)
97 cout << pm->name() << " exists" << endl;
/gem5/configs/example/arm/
H A Dfs_power.py66 pm = [ variable in class:CpuPowerModel
85 pm = [ variable in class:L2PowerModel
/gem5/src/mem/cache/prefetch/
H A Dpif.hh163 PrefetchListenerPC(PIFPrefetcher &_parent, ProbeManager *pm, argument
165 : ProbeListenerArgBase(pm, name),
H A Dbase.cc239 ProbeManager *pm(cache->getProbeManager());
240 listeners.push_back(new PrefetchListener(*this, pm, "Miss", false,
242 listeners.push_back(new PrefetchListener(*this, pm, "Fill", true,
245 listeners.push_back(new PrefetchListener(*this, pm, "Hit", false,
254 ProbeManager *pm(obj->getProbeManager());
255 listeners.push_back(new PrefetchListener(*this, pm, name));
H A Dbase.hh72 PrefetchListener(BasePrefetcher &_parent, ProbeManager *pm, argument
75 : ProbeListenerArgBase(pm, name),
H A Dpif.cc252 ProbeManager *pm(obj->getProbeManager());
253 listenersPC.push_back(new PrefetchListenerPC(*this, pm, name));
/gem5/src/sim/probe/
H A Dprobe.hh203 ProbeListenerArgBase(ProbeManager *pm, const std::string &name) argument
204 : ProbeListener(pm, name)
/gem5/src/cpu/pred/
H A Dtage_sc_l_64KB.cc51 pm(p->pm),
62 initGEHLTable(pnb, pm, pgehl, logPnb, wp, 7);
104 branch_pc, pathHist, pm, pgehl, pnb, logPnb, wp);
174 gUpdate(pc, taken, phist, pm,
H A Dmultiperspective_perceptron_tage_8KB.cc97 pm, pgehl, pnb, logPnb, wp);
117 pm, pgehl, pnb, logPnb, wp, bi);
H A Dtage_sc_l_64KB.hh77 std::vector<int> pm; member in class:TAGE_SC_L_64KB_StatisticalCorrector
H A Dmultiperspective_perceptron_tage_64KB.cc106 pm, pgehl, pnb, logPnb, wp);
132 pm, pgehl, pnb, logPnb, wp, bi);
H A Dmultiperspective_perceptron_tage.cc272 thirdH(0), pnb(p->pnb), logPnb(p->logPnb), pm(p->pm), gnb(p->gnb),
275 initGEHLTable(pnb, pm, pgehl, logPnb, wp, -1);
H A DBranchPredictor.py409 pm = VectorParam.Int([25, 16, 9], "Variation global branch GEHL lengths") variable in class:TAGE_SC_L_64KB_StatisticalCorrector
650 pm = VectorParam.Int([16, 11, 6, 3], variable in class:MPP_StatisticalCorrector
H A Dmultiperspective_perceptron_tage.hh100 std::vector<int> pm; member in class:MPP_StatisticalCorrector
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1186 class_ &def_readwrite(const char *name, D C::*pm, const Extra&... extra) {
1188 cpp_function fget([pm](const type &c) -> const D &{ return c.*pm; }, is_method(*this)),
1189 fset([pm](type &c, const D &value) { c.*pm = value; }, is_method(*this));
1195 class_ &def_readonly(const char *name, const D C::*pm, const Extra& ...extra) {
1197 cpp_function fget([pm](const type &c) -> const D &{ return c.*pm; }, is_method(*this));
1203 class_ &def_readwrite_static(const char *name, D *pm, const Extra& ...extra) { argument
1204 cpp_function fget([pm](objec
1211 def_readonly_static(const char *name, const D *pm, const Extra& ...extra) argument
[all...]

Completed in 37 milliseconds