Home
last modified time | relevance | path

Searched refs:MSR_HWP_STATUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/thermal/intel/
H A Dtherm_throt.c646 wrmsrl_safe(MSR_HWP_STATUS, 0); in notify_hwp_interrupt()
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c1632 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_STATUS, 0); in intel_pstate_notify_work()
1648 rdmsrl_safe(MSR_HWP_STATUS, &value); in notify_hwp_interrupt()
1681 wrmsrl_safe(MSR_HWP_STATUS, 0); in notify_hwp_interrupt()
1714 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_STATUS, 0); in intel_pstate_enable_hwp_interrupt()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h473 #define MSR_HWP_STATUS 0x00000777 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h490 #define MSR_HWP_STATUS 0x00000777 macro
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c933 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_STATUS, &msr); in print_pkg_msrs()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4425 if (get_msr(cpu, MSR_HWP_STATUS, &msr)) in print_hwp()