Searched refs:newVideoVirt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2689 vm_offset_t newVideoVirt = 0; local
2762 newVideoVirt = io_map_spec((vm_map_offset_t)new_vinfo.v_physaddr, fbsize, flags); /* Allocate address space for framebuffer */
2766 if (newVideoVirt != 0)
2767 new_vinfo.v_baseaddr = newVideoVirt + boot_vinfo->v_offset; /* Set the new framebuffer address */
2789 if (newVideoVirt != 0)
2807 lastVideoVirt = newVideoVirt; /* Remember the virtual framebuffer address */

Completed in 95 milliseconds