Searched refs:iopl (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DMakefile.am8 dRegs_SOURCES = dRegs.c AsmMacros.h iopl.h
9 mRegs_SOURCES = mRegs.c AsmMacros.h iopl.h
10 modClock_SOURCES = modClock.c AsmMacros.h iopl.h
H A Diopl.h7 /* Can't because <sys/iopl.h> provides conflicting inb, outb, etc
10 int iopl(int level);
39 # define SET_IOPL() iopl(3)
40 # define RESET_IOPL() iopl(0)
H A DMakefile.in332 dRegs_SOURCES = dRegs.c AsmMacros.h iopl.h
333 mRegs_SOURCES = mRegs.c AsmMacros.h iopl.h
334 modClock_SOURCES = modClock.c AsmMacros.h iopl.h
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
H A Dvmmouse_iopl.c124 extern int iopl(int __level);
131 if (ioperm(0, 1024, 1) || iopl(3))
144 iopl(0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c64 extern int iopl(int __level);
159 iopl(0);
/xsrc/external/mit/xf86-input-vmmouse/dist/
H A Dconfigure.ac128 AC_CHECK_FUNCS(ioperm iopl,[],
132 [Building for iopl / ioperm capable OS])
144 AC_CHECK_FUNCS(ioperm iopl,[],
155 *netbsd*) AC_DEFINE([USE_I386_IOPL], [], [BSD i386 iopl])
157 *openbsd*) AC_DEFINE([USE_I386_IOPL], [], [BSD i386 iopl])
164 *netbsd*) AC_DEFINE(USE_X86_64_IOPL, 1, [BSD X86_64 iopl])
166 *openbsd*) AC_DEFINE(USE_AMD64_IOPL, 1, [BSD AMD64 iopl])
H A Dconfigure19615 for ac_func in ioperm iopl
19650 for ac_func in ioperm iopl
/xsrc/external/mit/xorg-server/dist/include/
H A Dxorg-config.h.in88 /* BSD AMD64 iopl */
94 /* BSD i386 iopl */
H A Ddo-not-use-config.h.in587 /* BSD AMD64 iopl */
593 /* BSD i386 iopl */
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxorg-config.h.in85 /* BSD AMD64 iopl */
91 /* BSD i386 iopl */
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c72 extern int iopl(int __level);
524 if (ioperm(0, 1024, 1) || iopl(3)) {
533 /* XXX: this is actually not trapping anything because of iopl(3)
553 iopl(0);
/xsrc/external/mit/libpciaccess/dist/src/
H A Dlinux_sysfs.c62 #define iopl(x) -1 macro
869 /* If we've no other choice, iopl */
871 if (iopl(3))
H A Dnetbsd_pci.c731 ia.iopl = 1;
742 ia.iopl = 1;
H A Dopenbsd_pci.c431 ia.iopl = 1;
442 ia.iopl = 1;
H A Dx86_pci.c68 if (!iopl(3))
76 if (!iopl(0))
/xsrc/external/mit/xf86-video-openchrome/dist/tools/
H A Dregisters.c1149 rc = iopl(3);
1151 perror("iopl");
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac366 *netbsd*) AC_DEFINE(USE_I386_IOPL, 1, [BSD i386 iopl])
369 *openbsd*) AC_DEFINE(USE_AMD64_IOPL, 1, [BSD AMD64 iopl])
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac305 *netbsd*) AC_DEFINE(USE_I386_IOPL, 1, [BSD i386 iopl])
308 *openbsd*) AC_DEFINE(USE_AMD64_IOPL, 1, [BSD AMD64 iopl])

Completed in 38 milliseconds