Skip to main content

NptEntry

Type Alias NptEntry 

Source
pub type NptEntry = Pte;
Available on x86-64 only.
Expand description

AMD nested paging uses the native long-mode descriptor bit layout. Its root, ASID ownership and invalidation belong to SVM, not the host CR3.

Aliased Typeยง

pub struct NptEntry(/* private fields */);