Searched refs:VTOPOFF (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/common/
H A Ddrv.c45 v86.esi = VTOPOFF(&params);
69 packet.off = VTOPOFF(buf);
77 v86.esi = VTOPOFF(&packet);
83 v86.ebx = VTOPOFF(buf);
103 packet.off = VTOPOFF(buf);
111 v86.esi = VTOPOFF(&packet);
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dtime.c53 v86.ebx = VTOPOFF(bios_time);
H A Dbioscd.c324 v86.ebp = VTOPOFF(xp);
H A Dbiosdisk.c825 v86.ebp = VTOPOFF(dest);
/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxv86.h59 #define VTOPOFF(va) (u_int16_t)(VTOP((caddr_t)va) & 0xf) macro
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.h59 #define VTOPOFF(va) (u_int16_t)(VTOP((caddr_t)va) & 0xf) macro
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbiosmem.c62 v86.edi = VTOPOFF(&smap);
H A Dbioscd.c160 v86.esi = VTOPOFF(&bcinfo[nbcinfo].bc_sp);
326 packet.off = VTOPOFF(xp);
334 v86.esi = VTOPOFF(&packet);
H A Dpxe.c537 v86.edi = VTOPOFF(scratch_buffer);
538 v86.addr = (VTOPSEG(__pxenventry) << 16) | VTOPOFF(__pxenventry);
560 v86.eax = VTOPOFF(scratch_buffer);
561 v86.addr = (VTOPSEG(__bangpxeentry) << 16) | VTOPOFF(__bangpxeentry);
645 udpwrite_p->buffer.offset = VTOPOFF(pkt);
680 udpread_p->buffer.offset = VTOPOFF(data_buffer);
H A Dbiosdisk.c247 v86.esi = VTOPOFF(&params);
433 packet.off = VTOPOFF(dest);
445 v86.esi = VTOPOFF(&packet);
479 v86.ebx = VTOPOFF(dest);
H A Dbiossmap.c76 v86.edi = VTOPOFF(&buf);
H A Dbiospnp.c92 #define vsegofs(vptr) (((u_int32_t)VTOPSEG(vptr) << 16) + VTOPOFF(vptr))
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c596 v86.ebx = VTOPOFF(buf);
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c239 v86.edi = VTOPOFF(&smap);
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c744 v86.ebp = VTOPOFF(buf);

Completed in 130 milliseconds