kvm_rs::x86_64

Constant CR0_PG

Source
pub const CR0_PG: u64 = _; // 2_147_483_648u64
Expand description

Paging.

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