Home
last modified time | relevance | path

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

/freebsd/stand/i386/common/
H A Ddrv.c38 v86.esi = VTOPOFF(&params); in drvsize()
58 packet.off = VTOPOFF(buf); in drvread()
66 v86.esi = VTOPOFF(&packet); in drvread()
83 packet.off = VTOPOFF(buf); in drvwrite()
91 v86.esi = VTOPOFF(&packet); in drvwrite()
/freebsd/stand/i386/libi386/
H A Dpxe.c316 v86.edi = VTOPOFF(ptr); in pxenv_call()
317 v86.addr = (VTOPSEG(__pxenventry) << 16) | VTOPOFF(__pxenventry); in pxenv_call()
338 v86.eax = VTOPOFF(ptr); in bangpxe_call()
339 v86.addr = (VTOPSEG(__bangpxeentry) << 16) | VTOPOFF(__bangpxeentry); in bangpxe_call()
612 trans_p->TBD.offset = VTOPOFF(tbd_p); in pxe_netif_put()
616 tbd_p->Xmit.offset = VTOPOFF(data); in pxe_netif_put()
H A Dvbe.c307 v86.edi = VTOPOFF(rvbe); in biosvbe_info()
340 v86.edi = VTOPOFF(rmi); in biosvbe_get_mode_info()
375 v86.edi = VTOPOFF(ci); in biosvbe_set_mode()
426 v86.edi = VTOPOFF(pe); in biosvbe_palette_data()
462 v86.edi = VTOPOFF(buf); in biosvbe_ddc_read_flat_panel_info()
478 v86.edi = VTOPOFF(buf); in biosvbe_ddc_read_edid()
H A Dbiosdisk.c396 v86.esi = VTOPOFF(&bc_sp); in bd_get_diskinfo_cd()
568 v86.esi = VTOPOFF(&dparams); in bd_get_diskinfo_ext()
1148 packet.off = VTOPOFF(dest); in bd_edd_io()
1159 v86.esi = VTOPOFF(&packet); in bd_edd_io()
1200 v86.ebx = VTOPOFF(dest); in bd_chs_io()
H A Dbiossmap.c73 v86.edi = VTOPOFF(&buf); in bios_getsmap()
H A Dbiosmem.c106 v86.edi = VTOPOFF(&smap); in bios_getmem()
H A Dbiospnp.c89 #define vsegofs(vptr) (((uint32_t)VTOPSEG(vptr) << 16) + VTOPOFF(vptr))
/freebsd/stand/i386/btx/lib/
H A Dbtxv86.h66 #define VTOPOFF(va) (uint16_t)(VTOP((caddr_t)va) & 0xf) macro
/freebsd/stand/i386/isoboot/
H A Disoboot.c133 v86.edi = VTOPOFF(&smap); in bios_getmem()
/freebsd/stand/i386/boot2/
H A Dboot2.c593 v86.ebx = VTOPOFF(buf); in drvread()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c150 v86.edi = VTOPOFF(&smap); in bios_getmem()