Searched refs:GDS (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | gather_data_sampling.rst | 3 GDS - Gather Data Sampling 17 attacks. GDS is a purely sampling-based attack. 29 Without mitigation, GDS can infer stale data across virtually all 42 that guests are not allowed to disable the GDS mitigation. If a host erred and 43 allowed this, a guest could theoretically disable GDS mitigation, mount an 52 IA32_ARCH_CAPABILITIES[GDS_CTRL] R/O Enumerates GDS vulnerability 62 GDS can also be mitigated on systems that don't have updated microcode by 79 GDS System Information 82 GDS this can be accessed by the following sysfs file: 106 GDS Default mitigation
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 1272 #define GDS BIT(6) macro 1286 VULNBL_INTEL_STEPPINGS(SKYLAKE_X, X86_STEPPING_ANY, MMIO | RETBLEED | GDS), 1287 VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1288 VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1289 VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1290 VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1292 VULNBL_INTEL_STEPPINGS(ICELAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED | GDS), 1293 VULNBL_INTEL_STEPPINGS(ICELAKE_D, X86_STEPPING_ANY, MMIO | GDS), 1294 VULNBL_INTEL_STEPPINGS(ICELAKE_X, X86_STEPPING_ANY, MMIO | GDS), 1295 VULNBL_INTEL_STEPPINGS(COMETLAKE, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED | GDS), [all …]
|
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 611 const int GDS = 32 - (GDB + BDB); \ 619 (((spix << GSS) & GSM & GDM) >> GDS) | \
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 2546 bool "Force GDS Mitigation" 2550 Gather Data Sampling (GDS) is a hardware vulnerability which allows 2560 Setting this option on systems not vulnerable to GDS has no effect.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1653 [X86,INTEL] Control the Gather Data Sampling (GDS) 1670 off: Disable GDS mitigation.
|