Searched refs:text_base (Results 1 – 7 of 7) sorted by relevance
75 caddr_t text_base; /* hardware text base */ member439 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE; in gfxp_vgatext_attach()441 softc->text_base = (caddr_t)softc->fb.addr + VGA_MONO_BASE; in gfxp_vgatext_attach()450 softc->current_base = softc->text_base; in gfxp_vgatext_attach()454 softc->current_base = softc->text_base; in gfxp_vgatext_attach()690 softc->text_base[i] = softc->shadow[i]; in vgatext_restore_textmode()766 softc->text_base[i] = softc->shadow[i]; in vgatext_kdsettext()768 softc->current_base = softc->text_base; in vgatext_kdsettext()1020 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()1035 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()[all …]
149 caddr_t text_base; /* hardware text base */ member557 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE; in vgatext_attach()559 softc->text_base = (caddr_t)softc->fb.addr + VGA_MONO_BASE; in vgatext_attach()568 softc->current_base = softc->text_base; in vgatext_attach()572 softc->current_base = softc->text_base; in vgatext_attach()892 softc->text_base[i] = softc->shadow[i]; in vgatext_kdsettext()894 softc->current_base = softc->text_base; in vgatext_kdsettext()1146 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()1161 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()1165 if (softc->current_base == softc->text_base) { in vgatext_cons_cursor()
99 loadobj.text_base = lmap.l_addr; in prb_loadobj_iter()
114 uintptr_t text_base; member
167 uintptr_t text_base; /* address where text of loadobj was mapped */ member
233 loadobj.text_base = lmap->l_addr; in inprocess_loadobj_iter()
373 entry_p->baseaddr = obj->text_base; in per_loadobj()416 if (obj->baseaddr == this_obj->text_base) in loadobj_find()