Type Alias page_table::aarch64::A64PageTable

source ·
pub type A64PageTable<I> = PageTable64<A64PagingMetaData, A64PTE, I>;
Available on AArch64 only.
Expand description

AArch64 VMSAv8-64 translation table.