Home
last modified time | relevance | path

Searched refs:X86_FEATURE_HWP_NOTIFY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h351 #define X86_FEATURE_HWP_NOTIFY (14*32+ 8) /* HWP Notification */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h360 #define X86_FEATURE_HWP_NOTIFY (14*32+ 8) /* HWP Notification */ macro
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c1645 if (!READ_ONCE(hwp_active) || !boot_cpu_has(X86_FEATURE_HWP_NOTIFY)) in notify_hwp_interrupt()
1689 if (!boot_cpu_has(X86_FEATURE_HWP_NOTIFY)) in intel_pstate_disable_hwp_interrupt()
1704 if (boot_cpu_has(X86_FEATURE_HWP_NOTIFY)) { in intel_pstate_enable_hwp_interrupt()
1752 if (boot_cpu_has(X86_FEATURE_HWP_NOTIFY)) in intel_pstate_hwp_enable()