Searched refs:ThermalDomain (Results 1 - 7 of 7) sorted by relevance

/gem5/src/sim/power/
H A Dthermal_domain.cc45 #include "debug/ThermalDomain.hh"
46 #include "params/ThermalDomain.hh"
53 ThermalDomain::ThermalDomain(const Params *p) function in class:ThermalDomain
60 ThermalDomain::currentTemperature() const
66 ThermalDomain::setSubSystem(SubSystem * ss)
76 ThermalDomain::regStats()
81 .method(this, &ThermalDomain::currentTemperature)
88 ThermalDomain::emitUpdate()
93 ThermalDomain *
[all...]
H A DThermalDomain.py42 class ThermalDomain(SimObject): class in inherits:SimObject
43 type = 'ThermalDomain'
H A Dthermal_domain.hh46 #include "params/ThermalDomain.hh"
55 * A ThermalDomain is used to group objects under that operate under
59 class ThermalDomain : public SimObject, public ThermalEntity class in inherits:SimObject,ThermalEntity
64 ThermalDomain(const Params *p);
H A Dthermal_model.hh155 void addDomain(ThermalDomain * d);
172 std::vector <ThermalDomain *> domains;
H A DThermalModel.py42 from m5.objects import ThermalDomain
H A Dthermal_model.cc281 void ThermalModel::addDomain(ThermalDomain * d) {
/gem5/src/sim/
H A DSubSystem.py57 thermal_domain = Param.ThermalDomain(NULL, "Thermal domain")

Completed in 10 milliseconds