Searched refs:MSR_HWP_INTERRUPT (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 471 #define MSR_HWP_INTERRUPT 0x00000773 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 488 #define MSR_HWP_INTERRUPT 0x00000773 macro
|
/openbmc/linux/drivers/cpufreq/ |
H A D | intel_pstate.c | 1693 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 D | x86_energy_perf_policy.c | 926 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_INTERRUPT, &msr); in print_pkg_msrs()
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4418 if (get_msr(cpu, MSR_HWP_INTERRUPT, &msr)) in print_hwp()
|