Home
last modified time | relevance | path

Searched refs:X86_FEATURE_AUTOIBRS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h443 #define X86_FEATURE_AUTOIBRS (20*32+ 8) /* "" Automatic IBRS */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h453 #define X86_FEATURE_AUTOIBRS (20*32+ 8) /* "" Automatic IBRS */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c1403 !boot_cpu_has(X86_FEATURE_AUTOIBRS))) in spectre_v2_user_select_mitigation()
1763 if (boot_cpu_has(X86_FEATURE_AUTOIBRS)) { in spectre_v2_select_mitigation()
2799 !boot_cpu_has(X86_FEATURE_AUTOIBRS)) in stibp_state()
H A Damd.c1207 cpu_has(c, X86_FEATURE_AUTOIBRS)) in init_amd()
H A Dcommon.c1391 if ((x86_arch_cap_msr & ARCH_CAP_IBRS_ALL) || cpu_has(c, X86_FEATURE_AUTOIBRS)) { in cpu_set_bug_bits()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c5257 if (boot_cpu_has(X86_FEATURE_AUTOIBRS)) in svm_hardware_setup()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1727 if (efer & EFER_AUTOIBRS && !guest_cpuid_has(vcpu, X86_FEATURE_AUTOIBRS)) in __kvm_valid_efer()