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