Lines Matching refs:phys_2_virt
264 MMArch::phys_2_virt(page.read_irqsave().phys_addr) in page_writeback()
522 return Arch::phys_2_virt(self.phys).unwrap(); in virt()
619 let frame = MMArch::phys_2_virt(phys).unwrap(); in clone()
649 let frame = MMArch::phys_2_virt(phys).unwrap().data() as *mut u8; in clone()
651 MMArch::phys_2_virt(old_phys).unwrap().data() as *mut u8, in clone()
1131 let table_vaddr = Arch::phys_2_virt(table_paddr)?; in create()
1188 let vaddr = MMArch::phys_2_virt(phys).unwrap(); in map()
1244 MMArch::write_bytes(MMArch::phys_2_virt(frame).unwrap(), 0, MMArch::PAGE_SIZE); in map_phys()
1295 MMArch::phys_2_virt(phys).unwrap(), in map_huge_page()
1326 MMArch::write_bytes(MMArch::phys_2_virt(frame).unwrap(), 0, MMArch::PAGE_SIZE); in allocate_table()
1434 let virt: VirtAddr = Arch::phys_2_virt(phys)?; in map_linearly()