Searched refs:amd64_iopl (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Di386_video.c206 #define amd64_iopl(x) x86_64_iopl(x) macro
220 if (amd64_iopl(TRUE) < 0) {
241 if (amd64_iopl(FALSE) == 0) {
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
H A Dvmmouse_iopl.c53 #define IOPL_NAME amd64_iopl
/xsrc/external/mit/xf86-input-vmmouse/dist/
H A Dconfigure.ac178 AC_CHECK_LIB(amd64, amd64_iopl,[],
179 [AC_MSG_ERROR([cannot find library for amd64_iopl])])
H A Dconfigure19752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for amd64_iopl in -lamd64" >&5
19753 printf %s "checking for amd64_iopl in -lamd64... " >&6; }
19766 char amd64_iopl ();
19770 return amd64_iopl ();
19794 as_fn_error $? "cannot find library for amd64_iopl" "$LINENO" 5
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Di386_video.c383 if (amd64_iopl(TRUE) < 0)
405 if (amd64_iopl(FALSE) == 0) {

Completed in 21 milliseconds