Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c2748 static vm_size_t lastVideoMapSize = 0; variable
2901 …if (lastVideoVirt && lastVideoMapSize) { /* Was the… in initialize_screen()
2903 if (!TEST_PAGE_SIZE_4K && lastVideoMapSize) { 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()
2913 lastVideoMapSize = newMapSize; /* Remember the size */ in initialize_screen()