Searched refs:X86_FEATURE_FSGSBASE (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/entry/ |
| H A D | entry_64.S | 899 ALTERNATIVE "jmp .Lparanoid_entry_checkgs", "", X86_FEATURE_FSGSBASE 987 ALTERNATIVE "jmp .Lparanoid_exit_checkgs", "", X86_FEATURE_FSGSBASE 1427 ALTERNATIVE "jmp nmi_no_fsgsbase", "", X86_FEATURE_FSGSBASE
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | set_sregs_test.c | 63 if (kvm_cpu_has(X86_FEATURE_FSGSBASE)) in calc_supported_cr4_feature_bits()
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | cpufeatures.h | 233 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* "fsgsbase" RDFSBASE, WRFSBASE, RDGSBASE, WRGSBASE instr… macro
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 174 #define X86_FEATURE_FSGSBASE KVM_X86_CPU_FEATURE(0x7, 0, EBX, 0) 156 #define X86_FEATURE_FSGSBASE global() macro
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 1080 if (boot_cpu_has(X86_FEATURE_FSGSBASE) || in spectre_v1_apply_mitigation()
|