Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbugs.c272 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()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h568 #define X86_BUG_RFDS X86_BUG( 1*32+ 2) /* "rfds" CPU is vulnerable to Register File Data Sampling… macro