Searched refs:VTOPSEG (Results 1 – 9 of 9) sorted by relevance
39 v86.ds = VTOPSEG(¶ms); in drvsize()61 packet.seg = VTOPSEG(buf); in drvread()67 v86.ds = VTOPSEG(&packet); in drvread()85 packet.seg = VTOPSEG(buf); in drvwrite()91 v86.ds = VTOPSEG(&packet); in drvwrite()
325 v86.es = VTOPSEG(ptr); in pxenv_call()327 v86.addr = (VTOPSEG(__pxenventry) << 16) | VTOPOFF(__pxenventry); in pxenv_call()347 v86.edx = VTOPSEG(ptr); in bangpxe_call()349 v86.addr = (VTOPSEG(__bangpxeentry) << 16) | VTOPOFF(__bangpxeentry); in bangpxe_call()623 trans_p->TBD.segment = VTOPSEG(tbd_p); in pxe_netif_put()627 tbd_p->Xmit.segment = VTOPSEG(data); in pxe_netif_put()
107 v86.es = VTOPSEG(vbe); in biosvbe_info()121 v86.es = VTOPSEG(mi); in biosvbe_get_mode_info()149 v86.es = VTOPSEG(ci); in biosvbe_set_mode()199 v86.es = VTOPSEG(pe); in biosvbe_palette_data()235 v86.es = VTOPSEG(buf); in biosvbe_ddc_read_flat_panel_info()251 v86.es = VTOPSEG(buf); in biosvbe_ddc_read_edid()
388 v86.ds = VTOPSEG(&bc_sp); in bd_get_diskinfo_cd()559 v86.ds = VTOPSEG(&dparams); in bd_get_diskinfo_ext()1134 packet.seg = VTOPSEG(dest); in bd_edd_io()1143 v86.ds = VTOPSEG(&packet); in bd_edd_io()1180 v86.es = VTOPSEG(dest); in bd_chs_io()
74 v86.es = VTOPSEG(&buf); in bios_getsmap()
106 v86.es = VTOPSEG(&smap); in bios_getmem()
91 #define vsegofs(vptr) (((u_int32_t)VTOPSEG(vptr) << 16) + VTOPOFF(vptr))
62 #define VTOPSEG(va) (u_int16_t)(VTOP((caddr_t)va) >> 4) macro
143 v86.es = VTOPSEG(&smap); in bios_getmem()