Home
last modified time | relevance | path

Searched refs:X86_BUG_RETBLEED (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dbugs.c254 case X86_BUG_RETBLEED: in should_mitigate_vuln()
1207 setup_force_cpu_bug(X86_BUG_RETBLEED); in retbleed_parse_cmdline()
1224 if (!boot_cpu_has_bug(X86_BUG_RETBLEED)) { in retbleed_select_mitigation()
1261 if (!should_mitigate_vuln(X86_BUG_RETBLEED)) { in retbleed_select_mitigation()
1289 if (!boot_cpu_has_bug(X86_BUG_RETBLEED)) in retbleed_update_mitigation()
2241 boot_cpu_has_bug(X86_BUG_RETBLEED) && in spectre_v2_update_mitigation()
2336 if (boot_cpu_has_bug(X86_BUG_RETBLEED) && in spectre_v2_apply_mitigation()
3652 case X86_BUG_RETBLEED: in cpu_show_common()
3735 return cpu_show_common(dev, attr, buf, X86_BUG_RETBLEED); in cpu_show_retbleed()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h559 #define X86_BUG_RETBLEED X86_BUG(27) /* "retbleed" CPU is affected by RETBleed */ macro