Home
last modified time | relevance | path

Searched refs:V86_ADDR (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/i386/btx/lib/
H A Dbtxv86.h33 #define V86_ADDR 0x10000 /* Segment:offset address */ macro
H A Dbtxv86.S28 .set V86_ADDR,0x4 # Int number/address define
/freebsd/stand/i386/libi386/
H A Dpxe.c314 v86.ctl = V86_ADDR | V86_CALLF | V86_FLAGS; in pxenv_call()
336 v86.ctl = V86_ADDR | V86_CALLF | V86_FLAGS; in bangpxe_call()
H A Dbiospnp.c284 v86.ctl = V86_ADDR | V86_CALLF; in biospnp_call()
/freebsd/stand/i386/btx/btx/
H A Dbtx.S71 .set V86_ADDR,0x4 # Int number/address define
501 movl V86_ADDR(%edx),%eax # Get int no/address
/freebsd/stand/i386/boot2/
H A Dboot2.c589 v86.ctl = V86_ADDR | V86_CALLF | V86_FLAGS; in drvread()