Searched refs:ioperm (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/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 mpx-mini-test ioperm \
|
/Linux-v4.19/arch/x86/kernel/ |
D | ioport.c | 99 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
|
/Linux-v4.19/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-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 184 173 common ioperm __x64_sys_ioperm
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 95 101 32 ioperm - -
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 95 101 32 ioperm - -
|
/Linux-v4.19/Documentation/sound/cards/ |
D | multisound.sh | 953 X if (ioperm(config_port, 2, 1)) {
|
/Linux-v4.19/Documentation/driver-api/ |
D | uio-howto.rst | 182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
|