Constant kvm_rs::x86_64::CR4_PAE [−][src]
pub const CR4_PAE: u64 = 1 << 5; // 0x0_000_000_000_000_020u64
Physical Address Extenstion.
When set enables paging to produce physicall addresses with more than 32 bits. Required before
entering long mode
.