Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/common/
H A Ddrv.c40 v86.esi = VTOPOFF(&params); in drvsize()
60 packet.off = VTOPOFF(buf); in drvread()
68 v86.esi = VTOPOFF(&packet); in drvread()
84 packet.off = VTOPOFF(buf); in drvwrite()
92 v86.esi = VTOPOFF(&packet); in drvwrite()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c326 v86.edi = VTOPOFF(ptr); in pxenv_call()
327 v86.addr = (VTOPSEG(__pxenventry) << 16) | VTOPOFF(__pxenventry); in pxenv_call()
348 v86.eax = VTOPOFF(ptr); in bangpxe_call()
349 v86.addr = (VTOPSEG(__bangpxeentry) << 16) | VTOPOFF(__bangpxeentry); in bangpxe_call()
624 trans_p->TBD.offset = VTOPOFF(tbd_p); in pxe_netif_put()
628 tbd_p->Xmit.offset = VTOPOFF(data); in pxe_netif_put()
H A Dvbe.c108 v86.edi = VTOPOFF(vbe); in biosvbe_info()
122 v86.edi = VTOPOFF(mi); in biosvbe_get_mode_info()
150 v86.edi = VTOPOFF(ci); in biosvbe_set_mode()
200 v86.edi = VTOPOFF(pe); in biosvbe_palette_data()
236 v86.edi = VTOPOFF(buf); in biosvbe_ddc_read_flat_panel_info()
252 v86.edi = VTOPOFF(buf); in biosvbe_ddc_read_edid()
H A Dbiosdisk.c389 v86.esi = VTOPOFF(&bc_sp); in bd_get_diskinfo_cd()
560 v86.esi = VTOPOFF(&dparams); in bd_get_diskinfo_ext()
1133 packet.off = VTOPOFF(dest); in bd_edd_io()
1144 v86.esi = VTOPOFF(&packet); in bd_edd_io()
1181 v86.ebx = VTOPOFF(dest); in bd_chs_io()
H A Dbiossmap.c75 v86.edi = VTOPOFF(&buf); in bios_getsmap()
H A Dbiosmem.c107 v86.edi = VTOPOFF(&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.h63 #define VTOPOFF(va) (u_int16_t)(VTOP((caddr_t)va) & 0xf) macro
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c144 v86.edi = VTOPOFF(&smap); in bios_getmem()