Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c61 if (kvm_cpu_has(X86_FEATURE_FSGSBASE)) in calc_supported_cr4_feature_bits()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h233 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* "fsgsbase" RDFSBASE, WRFSBASE, RDGSBASE, WRGSBASE instr… macro
/linux/arch/x86/kernel/cpu/
H A Dcommon.c551 if (!boot_cpu_has(X86_FEATURE_FSGSBASE)) in x86_nofsgsbase_setup()
554 setup_clear_cpu_cap(X86_FEATURE_FSGSBASE); in x86_nofsgsbase_setup()
2436 if (cpu_feature_enabled(X86_FEATURE_FSGSBASE)) { in cpu_init_exception_handling()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h156 #define X86_FEATURE_FSGSBASE KVM_X86_CPU_FEATURE(0x7, 0, EBX, 0) macro