Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dioperm.c83 if (ioperm(0x80, 1, 1) != 0) { in main()
92 if (ioperm(0x80, 1, 0) != 0) { in main()
100 if (ioperm(0x80, 1, 1) != 0) { in main()
114 if (ioperm(0x81, 1, 1) != 0) { in main()
119 if (ioperm(0x80, 1, 0) != 0) { in main()
151 if (ioperm(0x80, 1, 0) != 0) { in main()
158 if (ioperm(0x80, 1, 1) == 0) { in main()
H A Diopl.c178 if (ioperm(0x80, 1, 1) != 0) in main()
192 if (ioperm(0x80, 1, 0) != 0) in main()
H A D.gitignore14 ioperm
H A DMakefile14 check_initial_reg_state sigreturn iopl ioperm \
/linux-6.15/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
/linux-6.15/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl185 173 common ioperm sys_ioperm
H A Dsyscall_32.tbl116 101 i386 ioperm sys_ioperm
/linux-6.15/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl111 # 101 was ioperm
/linux-6.15/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl111 # 101 was ioperm
/linux-6.15/arch/sh/kernel/syscalls/
H A Dsyscall.tbl111 # 101 was ioperm
/linux-6.15/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl185 173 common ioperm sys_ioperm
H A Dsyscall_32.tbl116 101 i386 ioperm sys_ioperm
/linux-6.15/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl111 101 common ioperm sys_ni_syscall
/linux-6.15/arch/mips/kernel/syscalls/
H A Dsyscall_o32.tbl115 101 o32 ioperm sys_ni_syscall
/linux-6.15/arch/s390/kernel/syscalls/
H A Dsyscall.tbl95 101 32 ioperm - -
/linux-6.15/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl138 101 common ioperm sys_ni_syscall
/linux-6.15/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl138 101 common ioperm sys_ni_syscall
/linux-6.15/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl95 101 32 ioperm - -
/linux-6.15/Documentation/sound/cards/
H A Dmultisound.sh953 X if (ioperm(config_port, 2, 1)) {
/linux-6.15/Documentation/driver-api/
H A Duio-howto.rst182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
/linux-6.15/arch/x86/
H A DKconfig1281 This enables the ioperm() and iopl() syscalls which are necessary