Home
last modified time | relevance | path

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

/freebsd/stand/i386/common/
H A Ddrv.c37 v86.ds = VTOPSEG(&params); in drvsize()
59 packet.seg = VTOPSEG(buf); in drvread()
65 v86.ds = VTOPSEG(&packet); in drvread()
84 packet.seg = VTOPSEG(buf); in drvwrite()
90 v86.ds = VTOPSEG(&packet); in drvwrite()
/freebsd/stand/i386/libi386/
H A Dpxe.c315 v86.es = VTOPSEG(ptr); in pxenv_call()
317 v86.addr = (VTOPSEG(__pxenventry) << 16) | VTOPOFF(__pxenventry); in pxenv_call()
337 v86.edx = VTOPSEG(ptr); in bangpxe_call()
339 v86.addr = (VTOPSEG(__bangpxeentry) << 16) | VTOPOFF(__bangpxeentry); in bangpxe_call()
611 trans_p->TBD.segment = VTOPSEG(tbd_p); in pxe_netif_put()
615 tbd_p->Xmit.segment = VTOPSEG(data); in pxe_netif_put()
H A Dvbe.c306 v86.es = VTOPSEG(rvbe); in biosvbe_info()
339 v86.es = VTOPSEG(rmi); in biosvbe_get_mode_info()
374 v86.es = VTOPSEG(ci); in biosvbe_set_mode()
425 v86.es = VTOPSEG(pe); in biosvbe_palette_data()
461 v86.es = VTOPSEG(buf); in biosvbe_ddc_read_flat_panel_info()
477 v86.es = VTOPSEG(buf); in biosvbe_ddc_read_edid()
H A Dbiosdisk.c395 v86.ds = VTOPSEG(&bc_sp); in bd_get_diskinfo_cd()
567 v86.ds = VTOPSEG(&dparams); in bd_get_diskinfo_ext()
1149 packet.seg = VTOPSEG(dest); in bd_edd_io()
1158 v86.ds = VTOPSEG(&packet); in bd_edd_io()
1199 v86.es = VTOPSEG(dest); in bd_chs_io()
H A Dbiossmap.c72 v86.es = VTOPSEG(&buf); in bios_getsmap()
H A Dbiosmem.c105 v86.es = VTOPSEG(&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.h65 #define VTOPSEG(va) (uint16_t)(VTOP((caddr_t)va) >> 4) macro
/freebsd/stand/i386/isoboot/
H A Disoboot.c132 v86.es = VTOPSEG(&smap); in bios_getmem()
/freebsd/stand/i386/boot2/
H A Dboot2.c591 v86.es = VTOPSEG(buf); in drvread()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c149 v86.es = VTOPSEG(&smap); in bios_getmem()