Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/console/
H A Dvideo_console.c2800 vm_offset_t newVideoVirt = 0; in initialize_screen() local
2842 newVideoVirt = boot_vinfo->v_baseAddr; in initialize_screen()
2843 makeMapping = (kernel_map == VM_MAP_NULL) || (0 != (1 & newVideoVirt)); in initialize_screen()
2845 newVideoVirt = 0; in initialize_screen()
2854 …if (!newVideoVirt && !new_vinfo.v_physaddr) { /*… in initialize_screen()
2880newVideoVirt = ml_io_map_unmappable((vm_map_offset_t)new_vinfo.v_physaddr, newMapSize, flags); /… in initialize_screen()
2882 …new_vinfo.v_baseaddr = newVideoVirt + boot_vinfo->v_offset; /* Set the new fra… in initialize_screen()
2900 if (newVideoVirt != 0) { in initialize_screen()
2914 …lastVideoVirt = newVideoVirt; /* Remember the virtual framebuffe… in initialize_screen()