Searched refs:ioperm (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/tools/testing/selftests/x86/ |
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() 158 if (ioperm(0x80, 1, 0) != 0) { in main() 165 if (ioperm(0x80, 1, 1) == 0) { in main()
|
D | .gitignore | 13 ioperm
|
D | Makefile | 14 check_initial_reg_state sigreturn iopl ioperm \
|
/Linux-v5.4/arch/x86/kernel/ |
D | ioport.c | 101 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
|
/Linux-v5.4/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 184 173 common ioperm __x64_sys_ioperm
|
D | syscall_32.tbl | 115 101 i386 ioperm sys_ioperm __ia32_sys_ioperm
|
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 184 173 common ioperm __x64_sys_ioperm
|
/Linux-v5.4/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 111 # 101 was ioperm
|
/Linux-v5.4/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 111 101 common ioperm sys_ni_syscall
|
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 95 101 32 ioperm - -
|
/Linux-v5.4/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 111 # 101 was ioperm
|
/Linux-v5.4/arch/mips/kernel/syscalls/ |
D | syscall_o32.tbl | 115 101 o32 ioperm sys_ni_syscall
|
/Linux-v5.4/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 95 101 32 ioperm - -
|
/Linux-v5.4/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 138 101 common ioperm sys_ni_syscall
|
/Linux-v5.4/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 138 101 common ioperm sys_ni_syscall
|
/Linux-v5.4/Documentation/sound/cards/ |
D | multisound.sh | 953 X if (ioperm(config_port, 2, 1)) {
|
/Linux-v5.4/Documentation/driver-api/ |
D | uio-howto.rst | 182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
|