Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbugs.c279 case X86_BUG_GDS: in should_mitigate_vuln()
935 if (!boot_cpu_has_bug(X86_BUG_GDS)) in gds_select_mitigation()
945 if (should_mitigate_vuln(X86_BUG_GDS)) in gds_select_mitigation()
980 if (!boot_cpu_has_bug(X86_BUG_GDS)) in gds_apply_mitigation()
1003 if (!boot_cpu_has_bug(X86_BUG_GDS)) in gds_parse_cmdline()
3658 case X86_BUG_GDS: in cpu_show_common()
3745 return cpu_show_common(dev, attr, buf, X86_BUG_GDS); in cpu_show_gds()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h562 #define X86_BUG_GDS X86_BUG(30) /* "gds" CPU is affected by Gather Data Sampling */ macro