Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.c2756 static vm_size_t lastVideoMapSize = 0; variable
2924 …if (lastVideoVirt && lastVideoMapSize) { /* Was the… in initialize_screen()
2926 if (!TEST_PAGE_SIZE_4K && lastVideoMapSize) { in initialize_screen()
2928 round_page_64(lastVideoVirt + lastVideoMapSize)); /* Toss mappings */ in initialize_screen()
2932 kmem_free(kernel_map, lastVideoVirt, lastVideoMapSize); /* Toss kernel addresses */ in initialize_screen()
2936 lastVideoMapSize = newMapSize; /* Remember the size */ in initialize_screen()