Type Alias page_table::riscv::Sv39PageTable

source ·
pub type Sv39PageTable<I> = PageTable64<Sv39MetaData, Rv64PTE, I>;
Expand description

Sv39: Page-Based 39-bit (3 levels) Virtual-Memory System.

Aliased Type§

struct Sv39PageTable<I> { /* private fields */ }