Constant kvm_rs::x86_64::CR0_EM [−][src]
pub const CR0_EM: u64 = 1 << 2; // 0x0_000_000_000_000_004u64
Emulation.
When set indicates the process does not have a FPU. FPU instructions will generate an exception that software can emulate the instruction.