Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c2747 static vm_offset_t lastVideoVirt = 0; variable
2901 …if (lastVideoVirt && lastVideoMapSize) { /* Was the… in initialize_screen()
2904 pmap_remove(kernel_pmap, trunc_page_64(lastVideoVirt), in initialize_screen()
2905 round_page_64(lastVideoVirt + lastVideoMapSize)); /* Toss mappings */ in initialize_screen()
2909 kmem_free(kernel_map, lastVideoVirt, lastVideoMapSize); /* Toss kernel addresses */ in initialize_screen()
2914lastVideoVirt = newVideoVirt; /* Remember the virtual framebuffe… in initialize_screen()