Searched refs:RFDS (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/Documentation/admin-guide/hw-vuln/ |
| H A D | reg-file-data-sampling.rst | 2 Register File Data Sampling (RFDS) 5 Register File Data Sampling (RFDS) is a microarchitectural vulnerability that 6 only affects Intel Atom parts(also branded as E-cores). RFDS may allow 8 registers, vector registers, or integer registers. RFDS does not provide the 9 ability to choose which data is inferred. CVE-2023-28746 is assigned to RFDS. 35 information using the VERW instruction. Like MDS, RFDS deploys the same 54 - Bit 27 - RFDS_NO - When set, processor is not affected by RFDS. 55 - Bit 28 - RFDS_CLEAR - When set, processor is affected by RFDS, and has the 60 The kernel command line allows to control RFDS mitigation at boot time with the
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | common.c | 1229 #define RFDS BIT(7) macro 1264 VULNBL_INTEL_TYPE(INTEL_ALDERLAKE, ATOM, RFDS), 1265 VULNBL_INTEL_STEPS(INTEL_ALDERLAKE_L, X86_STEP_MAX, RFDS), 1266 VULNBL_INTEL_TYPE(INTEL_RAPTORLAKE, ATOM, RFDS), 1267 VULNBL_INTEL_STEPS(INTEL_RAPTORLAKE_P, X86_STEP_MAX, RFDS), 1268 VULNBL_INTEL_STEPS(INTEL_RAPTORLAKE_S, X86_STEP_MAX, RFDS), 1269 VULNBL_INTEL_STEPS(INTEL_ATOM_GRACEMONT, X86_STEP_MAX, RFDS), 1273 VULNBL_INTEL_STEPS(INTEL_ATOM_GOLDMONT, X86_STEP_MAX, RFDS), 1274 VULNBL_INTEL_STEPS(INTEL_ATOM_GOLDMONT_D, X86_STEP_MAX, RFDS), 1275 VULNBL_INTEL_STEPS(INTEL_ATOM_GOLDMONT_PLUS, X86_STEP_MAX, RFDS), [all …]
|
| /linux-6.15/arch/x86/ |
| H A D | Kconfig | 2593 bool "RFDS Mitigation" 2597 Enable mitigation for Register File Data Sampling (RFDS) by default. 2598 RFDS is a hardware vulnerability which affects Intel Atom CPUs. It
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1202 Sampling (RFDS) vulnerability. RFDS is a CPU 1206 RFDS only affects Intel Atom processors. 1214 are enabled. In order to disable RFDS mitigation all
|