Searched refs:i386_iopl (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/util/
H A Diopl.h26 # define SET_IOPL() i386_iopl(3)
27 # define RESET_IOPL() i386_iopl(0)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Di386_video.c175 if (i386_iopl(TRUE) < 0) {
196 i386_iopl(FALSE);
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
H A Dvmmouse_iopl.c51 #define IOPL_NAME i386_iopl
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Di386_video.c54 #define i386_iopl x86_64_iopl macro
340 if (i386_iopl(TRUE) < 0)
362 i386_iopl(FALSE);
/xsrc/external/mit/xf86-input-vmmouse/dist/
H A Dconfigure.ac173 AC_CHECK_LIB(i386, i386_iopl,[],
174 [AC_MSG_ERROR([cannot find library for i386_iopl])])
H A Dconfigure19704 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for i386_iopl in -li386" >&5
19705 printf %s "checking for i386_iopl in -li386... " >&6; }
19718 char i386_iopl ();
19722 return i386_iopl ();
19746 as_fn_error $? "cannot find library for i386_iopl" "$LINENO" 5

Completed in 28 milliseconds