Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dcpuid.h78 return best && (best->ebx & bit(X86_FEATURE_FSGSBASE)); in guest_cpuid_has_fsgsbase()
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h223 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* {RD/WR}{FS/GS}BASE instructions*/ macro