pub fn has_x86_taa_bug(
cpuid: &impl Cpuid,
msr: &impl ReadReg<ArchCapabilitiesMsr>,
) -> boolExpand description
Whether the CPU is susceptible to the TSX Asynchronous Abort (TAA) bug.
CVE-2019-11135.
pub fn has_x86_taa_bug(
cpuid: &impl Cpuid,
msr: &impl ReadReg<ArchCapabilitiesMsr>,
) -> boolWhether the CPU is susceptible to the TSX Asynchronous Abort (TAA) bug.
CVE-2019-11135.