OF_map_phys
static int OF_map_phys(paddr_t paddr, off_t size, vaddr_t vaddr, int mode);
if (OF_map_phys(paddr, size, (vaddr_t)virt, -1) == -1) {