Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dscattered.c40 { X86_FEATURE_EPB, CR_ECX, 3, 0x00000006, 0 }, in init_scattered_cpuid_features()
Dintel.c459 if (cpu_has(c, X86_FEATURE_EPB)) { in init_intel()
/arch/x86/include/asm/
Dcpufeature.h182 #define X86_FEATURE_EPB (7*32+ 3) /* IA32_ENERGY_PERF_BIAS support */ macro