PDPT

Type Alias PDPT 

Source
pub type PDPT<C = NoExplicitInvocationContext> = Cap<PDPT, C>;

Aliased Type§

pub struct PDPT<C = NoExplicitInvocationContext> { /* private fields */ }

Implementations§

Source§

impl<C: InvocationContext> PDPT<C>

Source

pub fn pdpt_map( self, vspace: VSpace, vaddr: usize, attr: VmAttributes, ) -> Result<()>