Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c1029 get_msr(cpu, MSR_PM_ENABLE, &msr); in enable_hwp_on_cpu()
1030 put_msr(cpu, MSR_PM_ENABLE, 1); in enable_hwp_on_cpu()
1208 get_msr(base_cpu, MSR_PM_ENABLE, &msr); in verify_hwp_is_enabled()
/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h328 #define MSR_PM_ENABLE 0x00000770 macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h561 #define MSR_PM_ENABLE 0x00000770 macro
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c1284 wrmsrl_on_cpu(cpudata->cpu, MSR_PM_ENABLE, 0x1); in intel_pstate_hwp_enable()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3645 if (get_msr(cpu, MSR_PM_ENABLE, &msr)) in print_hwp()