Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h331 #define MSR_HWP_INTERRUPT 0x00000773 macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h564 #define MSR_HWP_INTERRUPT 0x00000773 macro
/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c784 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_INTERRUPT, &msr); in print_pkg_msrs()
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c1282 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x00); in intel_pstate_hwp_enable()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3693 if (get_msr(cpu, MSR_HWP_INTERRUPT, &msr)) in print_hwp()