Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.c2743 static vm_size_t lastVideoMapSize = 0; variable
2896 …if (lastVideoVirt && lastVideoMapSize) { /* Was the… in initialize_screen()
2898 if (!TEST_PAGE_SIZE_4K && lastVideoMapSize) { in initialize_screen()
2900 round_page_64(lastVideoVirt + lastVideoMapSize)); /* Toss mappings */ in initialize_screen()
2904 kmem_free(kernel_map, lastVideoVirt, lastVideoMapSize); /* Toss kernel addresses */ in initialize_screen()
2908 lastVideoMapSize = newMapSize; /* Remember the size */ in initialize_screen()