//! Native and nested x86 paging formats.
modept;modnative;pubuseept::{EptEntry, EptFlags, EptMemoryType};pubusenative::{DescriptorFlags, Pte};pub(crate)usenative::{LEVEL_BITS,MAX_BLOCK_LEVEL,PAGE_SIZE};/// AMD nested paging uses the native long-mode descriptor bit layout.
/// Its root, ASID ownership and invalidation belong to SVM, not the host CR3.
pubtypeNptEntry= Pte;