Searched refs:sys_ioperm (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A D | syscalls.h | 20 asmlinkage long sys_ioperm(unsigned long, unsigned long, int);
|
/linux-4.4.14/arch/x86/um/ |
H A D | sys_call_table_32.c | 21 #define sys_ioperm sys_ni_syscall macro
|
H A D | sys_call_table_64.c | 21 #define sys_ioperm sys_ni_syscall macro
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | ioport.c | 23 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) sys_ioperm() function
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | scall64-o32.S | 322 PTR sys_ni_syscall /* sys_ioperm */ 331 PTR sys_ni_syscall /* sys_ioperm *//* 4110 */
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
H A D | unistd_32.h | 113 /* 101 was sys_ioperm */
|
H A D | unistd_64.h | 118 /* 101 was sys_ioperm */
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | calls.S | 113 CALL(sys_ni_syscall) /* sys_ioperm */
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
H A D | unistd.h | 129 /* 101 was sys_ioperm */
|
/linux-4.4.14/drivers/tty/vt/ |
H A D | vt_ioctl.c | 420 * These are locked internally via sys_ioperm vt_ioctl() 426 ret = sys_ioperm(arg, 1, (cmd == KDADDIO)) ? -ENXIO : 0; vt_ioctl() 431 ret = sys_ioperm(GPFIRST, GPNUM, vt_ioctl()
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | unistd32.h | 226 /* 101 was sys_ioperm */
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | entry.S | 707 .long sys_ni_syscall /* sys_ioperm in i386 */
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | entry.S | 638 .long sys_ni_syscall /* sys_ioperm in i386 */
|
/linux-4.4.14/include/linux/ |
H A D | syscalls.h | 495 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int on);
|
Completed in 317 milliseconds