Home
last modified time | relevance | path

Searched defs:X86_FEATURE_FSGSBASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h243 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* RDFSBASE, WRFSBASE, RDGSBASE, WRGSBASE instructions*/ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h242 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* RDFSBASE, WRFSBASE, RDGSBASE, WRGSBASE instructions*/ macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h142 #define X86_FEATURE_FSGSBASE KVM_X86_CPU_FEATURE(0x7, 0, EBX, 0) macro