Skip to main content

has_x86_taa_bug

Function has_x86_taa_bug 

Source
pub fn has_x86_taa_bug(
    cpuid: &impl Cpuid,
    msr: &impl ReadReg<ArchCapabilitiesMsr>,
) -> bool
Expand description

Whether the CPU is susceptible to the TSX Asynchronous Abort (TAA) bug.

CVE-2019-11135.