Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h130 #define ARCH_CAP_RSBA BIT(2) /* RET may use alternative branch predictors */ macro
/linux/arch/x86/kernel/cpu/
H A Dcommon.c1531 if (cpu_matches(cpu_vuln_blacklist, RETBLEED) || (x86_arch_cap_msr & ARCH_CAP_RSBA)) in cpu_set_bug_bits()
/linux/arch/x86/kvm/
H A Dx86.c1623 (ARCH_CAP_RDCL_NO | ARCH_CAP_IBRS_ALL | ARCH_CAP_RSBA | \