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