Type Alias PageTable

Source
pub type PageTable = X64PageTable<PagingHandlerImpl>;
Expand description

The architecture-specific page table.

Aliased Typeยง

struct PageTable { /* private fields */ }