Searched refs:v_physaddr (Results 1 – 2 of 2) sorted by relevance
95 uint64_t v_physaddr; member
2859 new_vinfo.v_physaddr = 0; in initialize_screen()2869 new_vinfo.v_physaddr = boot_vinfo->v_baseAddr & ~3UL; /* Get the physical address */ in initialize_screen()2871 new_vinfo.v_physaddr |= (((uint64_t) boot_vinfo->v_baseAddrHigh) << 32); in initialize_screen()2874 …new_vinfo.v_physaddr, new_vinfo.v_width, new_vinfo.v_height, new_vinfo.v_rowbytes, new_vinfo.v_typ… in initialize_screen()2877 …if (!newVideoVirt && !new_vinfo.v_physaddr) { /*… in initialize_screen()2903 …newVideoVirt = io_map_spec((vm_map_offset_t)new_vinfo.v_physaddr, newMapSize, flags); /* Allocat… in initialize_screen()