Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h483 #define X86_BUG_SMT_RSB X86_BUG(29) /* CPU is vulnerable to Cross-Thread Return Address Predictio… macro
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcommon.c1419 setup_force_cpu_bug(X86_BUG_SMT_RSB); in cpu_set_bug_bits()
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.c6251 if (boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible() && in kvm_vm_ioctl_enable_cap()
13544 mitigate_smt_rsb &= boot_cpu_has_bug(X86_BUG_SMT_RSB) && cpu_smt_possible(); in kvm_x86_init()

Completed in 32 milliseconds