Searched refs:ioperm (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/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() 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()
|
D | iopl.c | 199 if (ioperm(0x80, 1, 1) != 0) in main() 213 if (ioperm(0x80, 1, 0) != 0) in main()
|
D | .gitignore | 14 ioperm
|
D | Makefile | 14 check_initial_reg_state sigreturn iopl ioperm \
|
/Linux-v6.6/arch/x86/kernel/ |
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
|
/Linux-v6.6/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 184 173 common ioperm sys_ioperm
|
/Linux-v6.6/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 184 173 common ioperm sys_ioperm
|
D | syscall_32.tbl | 115 101 i386 ioperm sys_ioperm
|
/Linux-v6.6/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 111 # 101 was ioperm
|
/Linux-v6.6/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 111 # 101 was ioperm
|
/Linux-v6.6/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 111 101 common ioperm sys_ni_syscall
|
/Linux-v6.6/arch/mips/kernel/syscalls/ |
D | syscall_o32.tbl | 115 101 o32 ioperm sys_ni_syscall
|
/Linux-v6.6/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 95 101 32 ioperm - -
|
/Linux-v6.6/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 138 101 common ioperm sys_ni_syscall
|
/Linux-v6.6/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 138 101 common ioperm sys_ni_syscall
|
/Linux-v6.6/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 95 101 32 ioperm - -
|
/Linux-v6.6/Documentation/sound/cards/ |
D | multisound.sh | 953 X if (ioperm(config_port, 2, 1)) {
|
/Linux-v6.6/Documentation/driver-api/ |
D | uio-howto.rst | 182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
|
/Linux-v6.6/arch/x86/ |
D | Kconfig | 1265 This enables the ioperm() and iopl() syscalls which are necessary
|