Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/
Dscattered.c28 { X86_FEATURE_EPB, CPUID_ECX, 3, 0x00000006, 0 },
Dintel_epb.c216 if (!boot_cpu_has(X86_FEATURE_EPB)) in intel_epb_init()
/linux-6.1.9/tools/arch/x86/include/asm/
Dcpufeatures.h197 #define X86_FEATURE_EPB ( 7*32+ 3) /* IA32_ENERGY_PERF_BIAS support */ macro
/linux-6.1.9/arch/x86/include/asm/
Dcpufeatures.h197 #define X86_FEATURE_EPB ( 7*32+ 3) /* IA32_ENERGY_PERF_BIAS support */ macro
/linux-6.1.9/drivers/cpufreq/
Dintel_pstate.c578 if (!boot_cpu_has(X86_FEATURE_EPB)) in intel_pstate_get_epb()
617 if (!boot_cpu_has(X86_FEATURE_EPB)) in intel_pstate_set_epb()
687 } else if (boot_cpu_has(X86_FEATURE_EPB)) { in intel_pstate_get_energy_pref_index()