Searched refs:v_baseAddr (Results 1 – 8 of 8) sorted by relevance
216 if (args->Video.v_baseAddr) { in PE_init_platform()217 PE_state.video.v_baseAddr = args->Video.v_baseAddr;// remains physical address in PE_init_platform()237 PE_state.video.v_baseAddr = args->VideoV1.v_baseAddr;// remains physical address in PE_init_platform()
84 uint32_t v_baseAddr; /* Base address of video memory */ member102 uint64_t v_baseAddr; /* Base address of video memory */ member
21 unsigned long v_baseAddr; /* Base address of video memory */ member
32 unsigned long v_baseAddr; /* Base address of video memory */ member
425 PE_state.video.v_baseAddr = boot_args_ptr->Video.v_baseAddr; in PE_init_platform()
290 unsigned long v_baseAddr; /* Base address of video memory */ member
2842 newVideoVirt = boot_vinfo->v_baseAddr; in initialize_screen()2846 new_vinfo.v_physaddr = boot_vinfo->v_baseAddr & ~3UL; /* Get the physical address */ in initialize_screen()
1158 vars->consoleMapping = (uint8_t *) consoleInfo.v_baseAddr; in IOHibernateSystemHasSlept()