Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c226 vga->text_base = (caddr_t)vga->fb.addr + VGA_COLOR_BASE; in gfxp_vga_attach()
228 vga->text_base = (caddr_t)vga->fb.addr + VGA_MONO_BASE; in gfxp_vga_attach()
237 vga->current_base = vga->text_base; in gfxp_vga_attach()
241 vga->current_base = vga->text_base; in gfxp_vga_attach()
369 console->vga.text_base[i] = console->vga.shadow[i]; in vgatext_kdsettext()
371 console->vga.current_base = console->vga.text_base; in vgatext_kdsettext()
754 softc->console->vga.text_base) in vgatext_cons_cursor()
770 softc->console->vga.text_base) in vgatext_cons_cursor()
775 softc->console->vga.text_base) { in vgatext_cons_cursor()
H A Dgfxp_fb.h64 caddr_t text_base; /* hardware text base */ member