Searched refs:X86_BUG_RFDS (Results 1 – 2 of 2) sorted by relevance
272 case X86_BUG_RFDS: in should_mitigate_vuln()659 if (!boot_cpu_has_bug(X86_BUG_RFDS)) { in rfds_select_mitigation()665 if (should_mitigate_vuln(X86_BUG_RFDS)) in rfds_select_mitigation()680 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in rfds_update_mitigation()707 if (!boot_cpu_has_bug(X86_BUG_RFDS)) in rfds_parse_cmdline()3661 case X86_BUG_RFDS: in cpu_show_common()3750 return cpu_show_common(dev, attr, buf, X86_BUG_RFDS); in cpu_show_reg_file_data_sampling()
568 #define X86_BUG_RFDS X86_BUG( 1*32+ 2) /* "rfds" CPU is vulnerable to Register File Data Sampling… macro