Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h486 #define X86_BUG_SMT_RSB X86_BUG(29) /* CPU is vulnerable to Cross-Thread Return Address Predictio… macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h512 #define X86_BUG_SMT_RSB X86_BUG(29) /* CPU is vulnerable to Cross-Thread Return Address Predictio… macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c1459 setup_force_cpu_bug(X86_BUG_SMT_RSB); in cpu_set_bug_bits()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c6351 if (boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible() && in kvm_vm_ioctl_enable_cap()
13698 mitigate_smt_rsb &= boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible(); in kvm_x86_init()