Searched refs:limits (Results 1 – 1 of 1) sorted by relevance
314 struct acrn_cpufreq_limits *limits = &cpufreq_limits[get_pcpu_id()]; in apply_frequency_policy() local315 uint64_t highest_lvl_req = limits->highest_hwp_lvl, lowest_lvl_req = limits->lowest_hwp_lvl, reg; in apply_frequency_policy()316 uint8_t pstate_req = limits->performance_pstate; in apply_frequency_policy()328 highest_lvl_req = limits->guaranteed_hwp_lvl; in apply_frequency_policy()329 lowest_lvl_req = limits->guaranteed_hwp_lvl; in apply_frequency_policy()343 pstate_req = limits->nominal_pstate; in apply_frequency_policy()
Completed in 3 milliseconds