Home
last modified time | relevance | path

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

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