Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
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()
158 if (ioperm(0x80, 1, 0) != 0) { in main()
165 if (ioperm(0x80, 1, 1) == 0) { in main()
D.gitignore13 ioperm
DMakefile14 check_initial_reg_state sigreturn iopl mpx-mini-test ioperm \
/Linux-v4.19/arch/x86/kernel/
Dioport.c99 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl184 173 common ioperm __x64_sys_ioperm
Dsyscall_32.tbl115 101 i386 ioperm sys_ioperm __ia32_sys_ioperm
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl184 173 common ioperm __x64_sys_ioperm
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl95 101 32 ioperm - -
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl95 101 32 ioperm - -
/Linux-v4.19/Documentation/sound/cards/
Dmultisound.sh953 X if (ioperm(config_port, 2, 1)) {
/Linux-v4.19/Documentation/driver-api/
Duio-howto.rst182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,