Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h102 #define ARCH_CAP_IBRS_ALL BIT(1) /* Enhanced IBRS support */ macro
/arch/x86/kernel/cpu/
Dcommon.c1391 if ((x86_arch_cap_msr & ARCH_CAP_IBRS_ALL) || cpu_has(c, X86_FEATURE_AUTOIBRS)) { in cpu_set_bug_bits()
/arch/x86/kvm/
Dx86.c1619 (ARCH_CAP_RDCL_NO | ARCH_CAP_IBRS_ALL | ARCH_CAP_RSBA | \