Home
last modified time | relevance | path

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

/xnu-11215/pexpert/i386/
H A Dpe_init.c216 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()
/xnu-11215/pexpert/pexpert/i386/
H A Dboot.h84 uint32_t v_baseAddr; /* Base address of video memory */ member
102 uint64_t v_baseAddr; /* Base address of video memory */ member
/xnu-11215/pexpert/pexpert/arm/
H A Dboot.h21 unsigned long v_baseAddr; /* Base address of video memory */ member
/xnu-11215/pexpert/pexpert/arm64/
H A Dboot.h32 unsigned long v_baseAddr; /* Base address of video memory */ member
/xnu-11215/pexpert/arm/
H A Dpe_init.c425 PE_state.video.v_baseAddr = boot_args_ptr->Video.v_baseAddr; in PE_init_platform()
/xnu-11215/pexpert/pexpert/
H A Dpexpert.h290 unsigned long v_baseAddr; /* Base address of video memory */ member
/xnu-11215/osfmk/console/
H A Dvideo_console.c2842 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()
/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp1158 vars->consoleMapping = (uint8_t *) consoleInfo.v_baseAddr; in IOHibernateSystemHasSlept()