Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/i386/common/
HDdrv.c39 v86.esi = VTOPOFF(&params); in drvsize()
59 packet.off = VTOPOFF(buf); in drvread()
67 v86.esi = VTOPOFF(&packet); in drvread()
84 packet.off = VTOPOFF(buf); in drvwrite()
92 v86.esi = VTOPOFF(&packet); in drvwrite()
/freebsd-13-stable/stand/i386/libi386/
HDpxe.c317 v86.edi = VTOPOFF(ptr); in pxenv_call()
318 v86.addr = (VTOPSEG(__pxenventry) << 16) | VTOPOFF(__pxenventry); in pxenv_call()
339 v86.eax = VTOPOFF(ptr); in bangpxe_call()
340 v86.addr = (VTOPSEG(__bangpxeentry) << 16) | VTOPOFF(__bangpxeentry); in bangpxe_call()
613 trans_p->TBD.offset = VTOPOFF(tbd_p); in pxe_netif_put()
617 tbd_p->Xmit.offset = VTOPOFF(data); in pxe_netif_put()
HDvbe.c308 v86.edi = VTOPOFF(rvbe); in biosvbe_info()
341 v86.edi = VTOPOFF(rmi); in biosvbe_get_mode_info()
376 v86.edi = VTOPOFF(ci); in biosvbe_set_mode()
427 v86.edi = VTOPOFF(pe); in biosvbe_palette_data()
463 v86.edi = VTOPOFF(buf); in biosvbe_ddc_read_flat_panel_info()
479 v86.edi = VTOPOFF(buf); in biosvbe_ddc_read_edid()
HDbiosdisk.c397 v86.esi = VTOPOFF(&bc_sp); in bd_get_diskinfo_cd()
569 v86.esi = VTOPOFF(&dparams); in bd_get_diskinfo_ext()
1149 packet.off = VTOPOFF(dest); in bd_edd_io()
1160 v86.esi = VTOPOFF(&packet); in bd_edd_io()
1201 v86.ebx = VTOPOFF(dest); in bd_chs_io()
HDbiossmap.c74 v86.edi = VTOPOFF(&buf); in bios_getsmap()
HDbiosmem.c107 v86.edi = VTOPOFF(&smap); in bios_getmem()
HDbiospnp.c90 #define vsegofs(vptr) (((uint32_t)VTOPSEG(vptr) << 16) + VTOPOFF(vptr))
/freebsd-13-stable/stand/i386/btx/lib/
HDbtxv86.h66 #define VTOPOFF(va) (uint16_t)(VTOP((caddr_t)va) & 0xf) macro
/freebsd-13-stable/stand/i386/isoboot/
HDisoboot.c134 v86.edi = VTOPOFF(&smap); in bios_getmem()
/freebsd-13-stable/stand/i386/boot2/
HDboot2.c594 v86.ebx = VTOPOFF(buf); in drvread()
/freebsd-13-stable/stand/i386/gptboot/
HDgptboot.c151 v86.edi = VTOPOFF(&smap); in bios_getmem()