Searched refs:sys_ni_syscall (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/x86/um/
H A Dsys_call_table_32.c18 #define sys_iopl sys_ni_syscall
19 #define sys_ioperm sys_ni_syscall
21 #define sys_vm86old sys_ni_syscall
22 #define sys_vm86 sys_ni_syscall
32 extern asmlinkage long sys_ni_syscall(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long);
H A Dsys_call_table_64.c18 #define sys_iopl sys_ni_syscall
19 #define sys_ioperm sys_ni_syscall
27 extern asmlinkage long sys_ni_syscall(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long);
/linux-master/arch/csky/kernel/
H A Dsyscall_table.c12 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
/linux-master/arch/arc/kernel/
H A Dsys.c16 [0 ... NR_syscalls-1] = sys_ni_syscall,
/linux-master/arch/nios2/kernel/
H A Dsyscall_table.c16 [0 ... __NR_syscalls-1] = sys_ni_syscall,
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h28 __SYSCALL(7, sys_ni_syscall)
40 __SYSCALL(13, sys_ni_syscall)
48 __SYSCALL(17, sys_ni_syscall)
50 __SYSCALL(18, sys_ni_syscall)
58 __SYSCALL(22, sys_ni_syscall)
64 __SYSCALL(25, sys_ni_syscall)
68 __SYSCALL(27, sys_ni_syscall)
70 __SYSCALL(28, sys_ni_syscall)
74 __SYSCALL(30, sys_ni_syscall)
76 __SYSCALL(31, sys_ni_syscall)
[all...]
H A Dsyscall_wrapper.h44 return sys_ni_syscall(); \
77 return sys_ni_syscall(); \
/linux-master/arch/arm64/kernel/
H A Dsys.c39 asmlinkage long sys_ni_syscall(void);
43 return sys_ni_syscall();
H A Dsyscall.c19 long sys_ni_syscall(void);
29 return sys_ni_syscall();
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl26 local prev_nr=0 prev_32=sys_ni_syscall prev_64=sys_ni_syscall
28 test x$entry32 = x- && entry32=sys_ni_syscall
29 test x$entry64 = x- && entry64=sys_ni_syscall
96 #define NI_SYSCALL SYSCALL(sys_ni_syscall,sys_ni_syscall)
/linux-master/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h46 return sys_ni_syscall(); \
H A Dsyscalls.h19 long sys_ni_syscall(void);
21 long sys_ni_syscall(const struct pt_regs *regs);
/linux-master/arch/loongarch/kernel/
H A Dsyscall.c34 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
/linux-master/arch/riscv/include/asm/
H A Dsyscall_wrapper.h73 return sys_ni_syscall(); \
105 return sys_ni_syscall(); \
/linux-master/arch/powerpc/kernel/
H A Dvdso.c42 long sys_ni_syscall(void);
285 if (sys_call_table[i] != (void *)&sys_ni_syscall)
288 compat_sys_call_table[i] != (void *)&sys_ni_syscall)
/linux-master/arch/arm/kernel/
H A Dentry-common.S273 b sys_ni_syscall @ not private func
329 .long sys_ni_syscall
340 .long sys_ni_syscall
350 * With EABI a couple syscalls are obsolete and defined as sys_ni_syscall.
379 b sys_ni_syscall
/linux-master/arch/m68k/coldfire/
H A Dentry.S54 mov.l #sys_ni_syscall,%d3
/linux-master/kernel/
H A Dsys_ni.c15 asmlinkage long sys_ni_syscall(void);
20 asmlinkage long sys_ni_syscall(void) function
/linux-master/arch/alpha/kernel/
H A Dentry.S460 lda $27, sys_ni_syscall
478 1: jsr $26, ($27), sys_ni_syscall
600 lda $27, sys_ni_syscall
/linux-master/arch/sparc/kernel/
H A Dsyscalls.S147 sethi %hi(sys_ni_syscall), %l7
149 or %l7, %lo(sys_ni_syscall), %l7
/linux-master/arch/mips/kernel/
H A Dftrace.c398 return (unsigned long) &sys_ni_syscall;
/linux-master/include/linux/
H A Dlinkage.h29 __stringify(sys_ni_syscall))
/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h103 return sys_ni_syscall(); \
/linux-master/include/uapi/asm-generic/
H A Dunistd.h74 __SYSCALL(__NR_lookup_dcookie, sys_ni_syscall)
127 __SYSCALL(__NR_nfsservctl, sys_ni_syscall)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h74 __SYSCALL(__NR_lookup_dcookie, sys_ni_syscall)
127 __SYSCALL(__NR_nfsservctl, sys_ni_syscall)

Completed in 311 milliseconds

12