Searched refs:ThermalModel (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/power/
H A Dthermal_model.cc194 * ThermalModel
196 ThermalModel::ThermalModel(const Params *p) function in class:ThermalModel
201 ThermalModel *
204 return new ThermalModel(this);
208 ThermalModel::serialize(CheckpointOut &cp) const
214 ThermalModel::unserialize(CheckpointIn &cp)
220 ThermalModel::doStep()
249 ThermalModel::startup()
281 void ThermalModel
[all...]
H A Dthermal_model.hh46 #include "params/ThermalModel.hh"
144 * A ThermalModel is the element which ties all thermal objects
149 class ThermalModel : public ClockedObject class in inherits:ClockedObject
153 ThermalModel(const Params *p);
H A DThermalModel.py86 class ThermalModel(ClockedObject): class in inherits:ClockedObject
87 type = 'ThermalModel'
/gem5/src/sim/
H A DSystem.py68 thermal_model = Param.ThermalModel(NULL, "Thermal model")
H A Dsystem.hh303 ThermalModel * getThermalModel() const { return thermalModel; }
327 ThermalModel * thermalModel;
/gem5/src/dev/arm/
H A Drv_ctrl.cc307 ThermalModel * tm = system->getThermalModel();

Completed in 11 milliseconds