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

/gem5/src/sim/power/
H A Dthermal_domain.cc55 node(NULL), subsystem(NULL)
68 assert(!this->subsystem);
69 this->subsystem = ss;
71 ppThermalUpdate = new ProbePointArg<double>(subsystem->getProbeManager(),
116 double power = subsystem->getDynamicPower() + subsystem->getStaticPower();
H A DPowerModel.py62 subsystem = Param.SubSystem(Parent.any, "subsystem") variable in class:PowerModel
H A Dpower_model.cc54 : SimObject(p), states_pm(p->pm), subsystem(p->subsystem),
57 panic_if(subsystem == NULL,
59 subsystem->registerPowerProducer(this);
88 *this, this->subsystem->getProbeManager(), "thermalUpdate"
H A Dthermal_domain.hh105 SubSystem * subsystem; member in class:ThermalDomain
H A Dpower_model.hh185 /** The subsystem this power model belongs to */
186 SubSystem * subsystem; member in class:PowerModel
/gem5/configs/common/
H A DMemConfig.py173 subsystem = system.hmc_dev
176 subsystem = system
189 subsystem.external_memory = m5.objects.ExternalSlave(
193 subsystem.kernel_addr_check = False
239 subsystem.mem_ctrls = mem_ctrls
242 for i in range(len(subsystem.mem_ctrls)):
244 subsystem.mem_ctrls[i].port = xbar[i/4].master
247 subsystem.mem_ctrls[i].device_size = options.hmc_dev_vault_size
249 subsystem.mem_ctrls[i].port = xbar.master
/gem5/src/dev/virtio/
H A DVirtIO.py52 subsystem = Param.UInt8(0x00, "VirtIO subsystem ID") variable in class:VirtIODeviceBase

Completed in 9 milliseconds