pub fn has_x86_mds_bugs(
cpuid: &impl Cpuid,
msr: &impl ReadReg<ArchCapabilitiesMsr>,
) -> boolExpand description
Whether the CPU is susceptible to any of the Microarchitectural Data Sampling (MDS) bugs.
CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091.