Home
last modified time | relevance | path

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

/linux-6.6.21/tools/arch/x86/include/asm/
Dcpufeatures.h485 #define X86_BUG_EIBRS_PBRSB X86_BUG(28) /* EIBRS is vulnerable to Post Barrier RSB Predictions */ macro
/linux-6.6.21/arch/x86/include/asm/
Dcpufeatures.h494 #define X86_BUG_EIBRS_PBRSB X86_BUG(28) /* EIBRS is vulnerable to Post Barrier RSB Predictions */ macro
/linux-6.6.21/arch/x86/kernel/cpu/
Dbugs.c1522 if (boot_cpu_has_bug(X86_BUG_EIBRS_PBRSB)) { in spectre_v2_determine_rsb_fill_type_at_vmexit()
2651 if (boot_cpu_has_bug(X86_BUG_EIBRS_PBRSB)) { in pbrsb_eibrs_state()
Dcommon.c1365 setup_force_cpu_bug(X86_BUG_EIBRS_PBRSB); in cpu_set_bug_bits()