Searched refs:MathExprPowerModel (Results 1 - 4 of 4) sorted by relevance

/gem5/src/sim/power/
H A Dmathexpr_powermodel.cc45 #include "params/MathExprPowerModel.hh"
50 MathExprPowerModel::MathExprPowerModel(const Params *p) function in class:MathExprPowerModel
63 MathExprPowerModel::startup()
95 MathExprPowerModel::eval(const MathExpr &expr) const
108 MathExprPowerModel::tryEval(const MathExpr &expr) const
112 std::bind(&MathExprPowerModel::getStatValue,
121 MathExprPowerModel::getStatValue(const std::string &name) const
155 MathExprPowerModel::regStats()
160 MathExprPowerModel*
[all...]
H A DMathExprPowerModel.py43 class MathExprPowerModel(PowerModelState): class in inherits:PowerModelState
44 type = 'MathExprPowerModel'
H A Dmathexpr_powermodel.hh45 #include "params/MathExprPowerModel.hh"
57 class MathExprPowerModel : public PowerModelState class in inherits:PowerModelState
62 MathExprPowerModel(const Params *p);
/gem5/configs/example/arm/
H A Dfs_power.py49 from m5.objects import MathExprPowerModel, PowerModel
54 class CpuPowerOn(MathExprPowerModel):
61 class CpuPowerOff(MathExprPowerModel):
73 class L2PowerOn(MathExprPowerModel):
79 class L2PowerOff(MathExprPowerModel):

Completed in 6 milliseconds