Home
last modified time | relevance | path

Searched refs:V86_CALLF (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/i386/btx/lib/
H A Dbtxv86.h34 #define V86_CALLF 0x20000 /* Emulate far call */ macro
/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/boot2/
H A Dboot2.c589 v86.ctl = V86_ADDR | V86_CALLF | V86_FLAGS; in drvread()