Home
last modified time | relevance | path

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

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