Home
last modified time | relevance | path

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

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