Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.c2794 unsigned int newMapSize = 0; in initialize_screen() local
2871 newMapSize = (unsigned int) round_page(boot_vinfo->v_length); in initialize_screen()
2873newMapSize = (unsigned int) round_page(new_vinfo.v_height * new_vinfo.v_rowbytes); … in initialize_screen()
2875 …newVideoVirt = ml_io_map_unmappable((vm_map_offset_t)new_vinfo.v_physaddr, newMapSize, flags); /… in initialize_screen()
2908 lastVideoMapSize = newMapSize; /* Remember the size */ in initialize_screen()