Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dscattered.c28 { X86_FEATURE_EPB, CPUID_ECX, 3, 0x00000006, 0 },
H A Dintel_epb.c221 if (!boot_cpu_has(X86_FEATURE_EPB)) in intel_epb_init()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h197 #define X86_FEATURE_EPB ( 7*32+ 3) /* IA32_ENERGY_PERF_BIAS support */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h197 #define X86_FEATURE_EPB ( 7*32+ 3) /* IA32_ENERGY_PERF_BIAS support */ macro
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c621 if (!boot_cpu_has(X86_FEATURE_EPB)) in intel_pstate_get_epb()
660 if (!boot_cpu_has(X86_FEATURE_EPB)) in intel_pstate_set_epb()
730 } else if (boot_cpu_has(X86_FEATURE_EPB)) { in intel_pstate_get_energy_pref_index()