Searched refs:domains (Results 1 - 5 of 5) sorted by relevance

/gem5/src/sim/
H A DDVFSHandler.py44 # and manages all the source clock domains (SrcClockDomain) it is configured to
51 # List of controllable clock domains which in turn reference the appropriate
52 # voltage domains
53 domains = VectorParam.SrcClockDomain([], "list of domains") variable in class:DVFSHandler
H A Ddvfs_handler.hh45 * and frequency scaling of the various DVFS domains in the system (with each
62 * DVFS Handler class, maintains a list of all the domains it can handle.
66 * clock periods and voltages from clock/voltage domains.
69 * implementation details for those domains.
81 * Get the number of domains assigned to this DVFS handler.
82 * @return Number of domains
87 * Get the n-th domain ID, from the domains managed by this handler.
182 Domains domains; member in class:DVFSHandler
201 auto it = domains.find(domain_id);
202 panic_if(it == domains
[all...]
H A Ddvfs_handler.cc67 // Check supplied list of domains for sanity and add them to the
69 for (auto dit = p->domains.begin(); dit != p->domains.end(); ++dit) {
80 bool new_elem = domains.insert(entry).second;
88 // Add domain ID to the list of domains
102 assert(domains.find(domainIDList[index]) != domains.end());
113 if (domains.find(domain_id) != domains.end())
/gem5/src/sim/power/
H A Dthermal_model.cc244 for (auto dom : domains)
258 for (auto dom : domains)
282 domains.push_back(d);
H A Dthermal_model.hh58 * thermal domains. This domains can be either a reference (fixed temp.) or
87 * thermal domains. This domains can be either a reference (fixed temp.) or
172 std::vector <ThermalDomain *> domains; member in class:ThermalModel

Completed in 9 milliseconds