Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c2822 unsigned int newMapSize = 0; in initialize_screen() local
2899 newMapSize = (unsigned int) round_page(boot_vinfo->v_length); in initialize_screen()
2901newMapSize = (unsigned int) round_page(new_vinfo.v_height * new_vinfo.v_rowbytes); … in initialize_screen()
2903 …newVideoVirt = io_map_spec((vm_map_offset_t)new_vinfo.v_physaddr, newMapSize, flags); /* Allocat… in initialize_screen()
2936 lastVideoMapSize = newMapSize; /* Remember the size */ in initialize_screen()