Home
last modified time | relevance | path

Searched refs:ioperm (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dioperm.c104 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 Diopl.c199 if (ioperm(0x80, 1, 1) != 0) in main()
213 if (ioperm(0x80, 1, 0) != 0) in main()
H A D.gitignore14 ioperm
H A DMakefile14 check_initial_reg_state sigreturn iopl ioperm \
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/hurd/
H A Dhurd_video.c54 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 Dlnx_video.c63 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 Dioport.c152 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 Dalpha_video.c178 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 D0003-Fix-non-x86-platforms-on-musl.patch26 /* Use ioperm, inb and outb in <sys/io.h> (Linux) */
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl184 173 common ioperm sys_ioperm
H A Dsyscall_32.tbl115 101 i386 ioperm sys_ioperm
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl184 173 common ioperm sys_ioperm
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl111 # 101 was ioperm
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_o32.tbl115 101 o32 ioperm sys_ni_syscall
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl111 101 common ioperm sys_ni_syscall
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl95 101 32 ioperm - -
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl111 # 101 was ioperm
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl95 101 32 ioperm - -
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl140 101 common ioperm sys_ni_syscall
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl138 101 common ioperm sys_ni_syscall
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dmultisound.sh953 X if (ioperm(config_port, 2, 1)) {
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Duio-howto.rst182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig1235 This enables the ioperm() and iopl() syscalls which are necessary
/OK3568_Linux_fs/external/xserver/
H A DChangeLog68833 Merge remote-tracking branch 'ajax/ioperm'
103335 making the ioperm() meaningless.