Home
last modified time | relevance | path

Searched refs:pstate_req (Results 1 – 1 of 1) sorted by relevance

/hypervisor/arch/x86/
A Dpm.c316 uint8_t pstate_req = limits->performance_pstate; in apply_frequency_policy() local
343 pstate_req = limits->nominal_pstate; in apply_frequency_policy()
348 if (pstate_req < pm_s_state_data->px_cnt) { in apply_frequency_policy()
349 msr_write(MSR_IA32_PERF_CTL, pm_s_state_data->px_data[pstate_req].control); in apply_frequency_policy()

Completed in 3 milliseconds