Searched refs:RFDS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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. 43 information using the VERW instruction. Like MDS, RFDS deploys the same 62 - Bit 27 - RFDS_NO - When set, processor is not affected by RFDS. 63 - Bit 28 - RFDS_CLEAR - When set, processor is affected by RFDS, and has the 68 The kernel command line allows to control RFDS mitigation at boot time with the
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 1274 #define RFDS BIT(7) macro 1302 VULNBL_INTEL_STEPPINGS(ALDERLAKE, X86_STEPPING_ANY, RFDS), 1303 VULNBL_INTEL_STEPPINGS(ALDERLAKE_L, X86_STEPPING_ANY, RFDS), 1304 VULNBL_INTEL_STEPPINGS(RAPTORLAKE, X86_STEPPING_ANY, RFDS), 1305 VULNBL_INTEL_STEPPINGS(RAPTORLAKE_P, X86_STEPPING_ANY, RFDS), 1306 VULNBL_INTEL_STEPPINGS(RAPTORLAKE_S, X86_STEPPING_ANY, RFDS), 1307 VULNBL_INTEL_STEPPINGS(ATOM_GRACEMONT, X86_STEPPING_ANY, RFDS), 1308 VULNBL_INTEL_STEPPINGS(ATOM_TREMONT, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RFDS), 1309 VULNBL_INTEL_STEPPINGS(ATOM_TREMONT_D, X86_STEPPING_ANY, MMIO | RFDS), 1310 VULNBL_INTEL_STEPPINGS(ATOM_TREMONT_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RFDS), [all...] |
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 2588 bool "RFDS Mitigation" 2592 Enable mitigation for Register File Data Sampling (RFDS) by default. 2593 RFDS is a hardware vulnerability which affects Intel Atom CPUs. It
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1132 Sampling (RFDS) vulnerability. RFDS is a CPU 1136 RFDS only affects Intel Atom processors. 1144 are enabled. In order to disable RFDS mitigation all
|