Searched refs:iopl (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/xf86-video-chips/dist/util/ |
| H A D | Makefile.am | 8 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 D | iopl.h | 7 /* 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 D | Makefile.in | 332 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 D | vmmouse_iopl.c | 124 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 D | lnx_video.c | 64 extern int iopl(int __level); 159 iopl(0);
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/ |
| H A D | configure.ac | 128 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 D | configure | 19615 for ac_func in ioperm iopl 19650 for ac_func in ioperm iopl
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | xorg-config.h.in | 88 /* BSD AMD64 iopl */ 94 /* BSD i386 iopl */
|
| H A D | do-not-use-config.h.in | 587 /* BSD AMD64 iopl */ 593 /* BSD i386 iopl */
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xorg-config.h.in | 85 /* BSD AMD64 iopl */ 91 /* BSD i386 iopl */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_video.c | 72 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 D | linux_sysfs.c | 62 #define iopl(x) -1 macro 869 /* If we've no other choice, iopl */ 871 if (iopl(3))
|
| H A D | netbsd_pci.c | 731 ia.iopl = 1; 742 ia.iopl = 1;
|
| H A D | openbsd_pci.c | 431 ia.iopl = 1; 442 ia.iopl = 1;
|
| H A D | x86_pci.c | 68 if (!iopl(3)) 76 if (!iopl(0))
|
| /xsrc/external/mit/xf86-video-openchrome/dist/tools/ |
| H A D | registers.c | 1149 rc = iopl(3); 1151 perror("iopl");
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure.ac | 366 *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 D | configure.ac | 305 *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