Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h471 #define MSR_HWP_INTERRUPT 0x00000773 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h488 #define MSR_HWP_INTERRUPT 0x00000773 macro
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c1693 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x00); in intel_pstate_disable_hwp_interrupt()
1713 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x01); in intel_pstate_enable_hwp_interrupt()
1753 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x00); in intel_pstate_hwp_enable()
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c926 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_INTERRUPT, &msr); in print_pkg_msrs()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4418 if (get_msr(cpu, MSR_HWP_INTERRUPT, &msr)) in print_hwp()