Searched refs:SubSystem (Results 1 - 13 of 13) sorted by relevance

/gem5/src/sim/
H A Dsub_system.cc42 #include "params/SubSystem.hh"
46 SubSystem::SubSystem(const Params *p) function in class:SubSystem
49 // Link thermalDomain <-> SubSystem
55 SubSystem::getDynamicPower() const
64 SubSystem::getStaticPower() const
72 SubSystem *
75 return new SubSystem(this);
H A Dsub_system.hh42 * SubSystem declarations.
50 #include "params/SubSystem.hh"
56 * The SubSystem simobject does nothing, it is just a container for
59 class SubSystem : public SimObject class in inherits:SimObject
63 SubSystem(const Params *p);
H A DSubSystem.py50 class SubSystem(SimObject): class in inherits:SimObject
51 type = 'SubSystem'
/gem5/src/sim/power/
H A Dthermal_domain.hh94 * Set the SubSystem reference we belong to
96 void setSubSystem(SubSystem * ss);
105 SubSystem * subsystem;
H A DPowerModel.py62 subsystem = Param.SubSystem(Parent.any, "subsystem")
H A Dthermal_domain.cc66 ThermalDomain::setSubSystem(SubSystem * ss)
H A Dpower_model.hh182 /** Listener to catch temperature changes in the SubSystem */
186 SubSystem * subsystem;
/gem5/src/cpu/
H A DBaseCPU.py59 from m5.objects.SubSystem import SubSystem
/gem5/configs/common/
H A DHMC.py297 system.hmc_host = SubSystem()
392 system.hmc_dev = SubSystem()
/gem5/configs/example/
H A Dmemtest.py247 subsys = SubSystem()
H A Dmemcheck.py244 subsys = SubSystem()
/gem5/configs/example/arm/
H A Ddevices.py112 class CpuCluster(SubSystem):
/gem5/src/dev/arm/
H A DRealView.py63 from m5.objects.SubSystem import SubSystem
279 class VExpressMCC(SubSystem):
315 class CoreTile2A15DCC(SubSystem):

Completed in 23 milliseconds