Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2052 multiboot_tag_framebuffer_t *fb_tagp; in build_page_tables() local
2053 fb_tagp = (multiboot_tag_framebuffer_t *)(uintptr_t) in build_page_tables()
2056 start = fb_tagp->framebuffer_common.framebuffer_addr; in build_page_tables()
2057 end = start + fb_tagp->framebuffer_common.framebuffer_height * in build_page_tables()
2058 fb_tagp->framebuffer_common.framebuffer_pitch; in build_page_tables()