Constant kvm_rs::x86_64::CR0_PG[][src]

pub const CR0_PG: u64 = 1 << 31; // 0x0000_0000_8000_0000u64
Expand description

Paging.

Enables paging when set, requires CR0_PE to be set as well.