Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h513 #define X86_BUG_GDS X86_BUG(30) /* CPU is affected by Gather Data Sampling */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c797 if (!boot_cpu_has_bug(X86_BUG_GDS)) in gds_select_mitigation()
853 if (!boot_cpu_has_bug(X86_BUG_GDS)) in gds_parse_cmdline()
2972 case X86_BUG_GDS: in cpu_show_common()
3050 return cpu_show_common(dev, attr, buf, X86_BUG_GDS); in cpu_show_gds()
H A Dcommon.c1474 setup_force_cpu_bug(X86_BUG_GDS); in cpu_set_bug_bits()
2061 if (boot_cpu_has_bug(X86_BUG_GDS)) in identify_secondary_cpu()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1678 if (!boot_cpu_has_bug(X86_BUG_GDS) || gds_ucode_mitigated()) in kvm_get_arch_capabilities()