Searched defs:ppn (Results 1 – 3 of 3) sorted by relevance
172 let ppn = riscv::register::satp::read().ppn(); in table() localVariable180 let ppn = PhysPageFrame::new(table).ppn(); in set_table() localVariable246 let ppn = PhysPageFrame::new(paddr).ppn(); in make_entry() localVariable
34 pub fn ppn(&self) -> usize { in ppn() method
724 let ppn = ((self.data & (!((1 << 10) - 1))) >> 10) & ((1 << 54) - 1); in address() localVariable