Type Alias page_table::riscv::Sv48PageTable

source ·
pub type Sv48PageTable<I> = PageTable64<Sv48MetaData, Rv64PTE, I>;
Expand description

Sv48: Page-Based 48-bit (4 levels) Virtual-Memory System.

Aliased Type§

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