| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | ioperm.c | 104 if (ioperm(0x80, 1, 1) != 0) { in main() 113 if (ioperm(0x80, 1, 0) != 0) { in main() 121 if (ioperm(0x80, 1, 1) != 0) { in main() 135 if (ioperm(0x81, 1, 1) != 0) { in main() 140 if (ioperm(0x80, 1, 0) != 0) { in main() 172 if (ioperm(0x80, 1, 0) != 0) { in main() 179 if (ioperm(0x80, 1, 1) == 0) { in main()
|
| H A D | iopl.c | 199 if (ioperm(0x80, 1, 1) != 0) in main() 213 if (ioperm(0x80, 1, 0) != 0) in main()
|
| H A D | .gitignore | 14 ioperm
|
| H A D | Makefile | 14 check_initial_reg_state sigreturn iopl ioperm \
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/hurd/ |
| H A D | hurd_video.c | 54 extern int ioperm(unsigned long __from, unsigned long __num, int __turn_on); 59 if (ioperm(0, 0x10000, 1)) { in xf86EnableIO() 71 ioperm(0x40, 4, 0); /* trap access to the timer chip */ in xf86EnableIO() 72 ioperm(0x60, 4, 0); /* trap access to the keyboard controller */ in xf86EnableIO() 80 ioperm(0, 0x10000, 0); in xf86DisableIO()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_video.c | 63 extern int ioperm(unsigned long __from, unsigned long __num, int __turn_on); 119 if (ioperm(0, 1024, 1) || iopl(3)) { in hwEnableIO() 127 ioperm(0x40, 4, 0); /* trap access to the timer chip */ in hwEnableIO() 128 ioperm(0x60, 4, 0); /* trap access to the keyboard controller */ in hwEnableIO() 138 ioperm(0, 1024, 0); in hwDisableIO()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ioport.c | 152 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument 206 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/ |
| H A D | alpha_video.c | 178 extern int ioperm(unsigned long from, unsigned long num, int on); 183 if (!ioperm(0, 65536, TRUE)) in xf86EnableIO()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc/ |
| H A D | 0003-Fix-non-x86-platforms-on-musl.patch | 26 /* Use ioperm, inb and outb in <sys/io.h> (Linux) */
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 184 173 common ioperm sys_ioperm
|
| H A D | syscall_32.tbl | 115 101 i386 ioperm sys_ioperm
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 184 173 common ioperm sys_ioperm
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 111 # 101 was ioperm
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/ |
| H A D | syscall_o32.tbl | 115 101 o32 ioperm sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/ |
| H A D | syscall.tbl | 111 101 common ioperm sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 95 101 32 ioperm - -
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 111 # 101 was ioperm
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/ |
| H A D | syscall.tbl | 95 101 32 ioperm - -
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 140 101 common ioperm sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 138 101 common ioperm sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | multisound.sh | 953 X if (ioperm(config_port, 2, 1)) {
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | uio-howto.rst | 182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig | 1235 This enables the ioperm() and iopl() syscalls which are necessary
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 68833 Merge remote-tracking branch 'ajax/ioperm' 103335 making the ioperm() meaningless.
|