Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/common/
H A Ddrv.c39 v86.ds = VTOPSEG(&params); 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()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c325 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()
H A Dvbe.c107 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()
H A Dbiosdisk.c388 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()
H A Dbiossmap.c74 v86.es = VTOPSEG(&buf); in bios_getsmap()
H A Dbiosmem.c106 v86.es = VTOPSEG(&smap); in bios_getmem()
H A Dbiospnp.c91 #define vsegofs(vptr) (((u_int32_t)VTOPSEG(vptr) << 16) + VTOPOFF(vptr))
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.h62 #define VTOPSEG(va) (u_int16_t)(VTOP((caddr_t)va) >> 4) macro
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c143 v86.es = VTOPSEG(&smap); in bios_getmem()