Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c2799 unsigned int newMapSize = 0; in initialize_screen() local
2876 newMapSize = (unsigned int) round_page(boot_vinfo->v_length); in initialize_screen()
2878newMapSize = (unsigned int) round_page(new_vinfo.v_height * new_vinfo.v_rowbytes); … in initialize_screen()
2880 …newVideoVirt = ml_io_map_unmappable((vm_map_offset_t)new_vinfo.v_physaddr, newMapSize, flags); /… in initialize_screen()
2913 lastVideoMapSize = newMapSize; /* Remember the size */ in initialize_screen()