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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2532 static vm_offset_t lastVideoVirt = 0; local
2656 new_vinfo.v_baseaddr = lastVideoVirt + boot_vinfo->v_offset; /* Set the new framebuffer address */
2678 if (lastVideoVirt) /* Was the framebuffer mapped before? */
2684 pmap_remove(kernel_pmap, trunc_page_64(lastVideoVirt),
2685 round_page_64(lastVideoVirt + lastVideoSize)); /* Toss mappings */
2689 kmem_free(kernel_map, lastVideoVirt, lastVideoSize); /* Toss kernel addresses */
2694 lastVideoVirt = newVideoVirt; /* Remember the virtual framebuffer address */

Completed in 16 milliseconds