Constant kvm_rs::x86_64::CR0_AM [−][src]
pub const CR0_AM: u64 = 1 << 18; // 0x0_000_000_000_040_000u64
Alignment Mask.
Enables alignment check for CPL=3
, check is only done if the AC
bit of the rflags
register ist set.