Constant kvm_rs::x86_64::CR0_PE[][src]

pub const CR0_PE: u64 = 1 << 0; // 0x0_000_000_000_000_001u64

Protection Enable.

Enables protected mode when set and real-address mode when cleared. This enables segment-level protection not paging.