Home
last modified time | relevance | path

Searched refs:X86_FEATURE_FLEXPRIORITY (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dintel.c350 clear_cpu_cap(c, X86_FEATURE_FLEXPRIORITY); in detect_vmx_virtcap()
366 set_cpu_cap(c, X86_FEATURE_FLEXPRIORITY); in detect_vmx_virtcap()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h203 #define X86_FEATURE_FLEXPRIORITY ( 8*32+ 2) /* Intel FlexPriority */ macro