Struct PPN
kernel::page
#[repr(transparent)]pub struct PPN(usize);
impl PPN
pub fn ppn0(&self) -> usize
pub fn ppn1(&self) -> usize
pub fn ppn2(&self) -> usize
pub fn idx(&self, id: usize) -> usize
pub fn clone_page(&self) -> Box<Page>