Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h519 #define X86_BUG_BHI X86_BUG(1*32 + 3) /* CPU is affected by Branch History Injection */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c1803 if (boot_cpu_has(X86_BUG_BHI)) in spectre_v2_select_mitigation()
2844 if (!boot_cpu_has_bug(X86_BUG_BHI)) in spectre_bhi_state()
H A Dcommon.c1484 setup_force_cpu_bug(X86_BUG_BHI); in cpu_set_bug_bits()