Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c1030 get_msr(cpu, MSR_PM_ENABLE, &msr); in enable_hwp_on_cpu()
1031 put_msr(cpu, MSR_PM_ENABLE, 1); in enable_hwp_on_cpu()
1209 get_msr(base_cpu, MSR_PM_ENABLE, &msr); in verify_hwp_is_enabled()
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h257 #define MSR_PM_ENABLE 0x00000770 macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h540 #define MSR_PM_ENABLE 0x00000770 macro
/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c1135 wrmsrl_on_cpu(cpudata->cpu, MSR_PM_ENABLE, 0x1); in intel_pstate_hwp_enable()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c3549 if (get_msr(cpu, MSR_PM_ENABLE, &msr)) in print_hwp()