Constant kvm_rs::x86_64::CR0_PE

source ·
pub const CR0_PE: u64 = _; // 1u64
Expand description

Protection Enable.

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