Searched refs:newMapSize (Results 1 – 1 of 1) sorted by relevance
2794 unsigned int newMapSize = 0; in initialize_screen() local2871 newMapSize = (unsigned int) round_page(boot_vinfo->v_length); in initialize_screen()2873 …newMapSize = (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()