| /linux-4.4.14/arch/unicore32/kernel/ |
| D | sys.c | 37 void *sys_call_table[__NR_syscalls] = { 38 [0 ... __NR_syscalls-1] = sys_ni_syscall,
|
| D | entry.S | 628 csub.a scno, #__NR_syscalls @ check upper syscall limit 650 csub.a scno, #__NR_syscalls @ check upper syscall limit
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | sys.c | 52 void * const sys_call_table[__NR_syscalls] __aligned(4096) = { 53 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
|
| D | entry.S | 671 mov sc_nr, #__NR_syscalls
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | unistd.h | 15 #define __NR_syscalls 379 macro 18 #define NR_syscalls __NR_syscalls
|
| D | vdso_datapage.h | 44 #define SYSCALL_MAP_SIZE ((__NR_syscalls + 31) / 32)
|
| /linux-4.4.14/arch/c6x/kernel/ |
| D | sys_c6x.c | 71 void *sys_call_table[__NR_syscalls] = { 72 [0 ... __NR_syscalls-1] = sys_ni_syscall,
|
| D | asm-offsets.c | 113 DEFINE(NR_SYSCALLS_, __NR_syscalls); in foo()
|
| D | entry.S | 220 || MVK .S2 __NR_syscalls,B1 335 MVK .S2 __NR_syscalls,B1
|
| /linux-4.4.14/arch/tile/kernel/ |
| D | sys.c | 120 void *sys_call_table[__NR_syscalls] = { 121 [0 ... __NR_syscalls-1] = sys_ni_syscall,
|
| D | compat.c | 105 void *compat_sys_call_table[__NR_syscalls] = { 106 [0 ... __NR_syscalls-1] = sys_ni_syscall,
|
| D | intvec_64.S | 1272 moveli r21, __NR_syscalls
|
| D | intvec_32.S | 1247 moveli r21, __NR_syscalls
|
| /linux-4.4.14/include/uapi/asm-generic/ |
| D | unistd.h | 719 #undef __NR_syscalls 720 #define __NR_syscalls 285 macro 764 #undef __NR_syscalls 765 #define __NR_syscalls (__NR3264_lstat+1) macro 782 #undef __NR_syscalls 783 #define __NR_syscalls (__NR_signalfd+1) macro 817 #undef __NR_syscalls 818 #define __NR_syscalls (__NR_mmap+1) macro 880 #undef __NR_syscalls 881 #define __NR_syscalls (__NR_fork+1) macro
|
| /linux-4.4.14/arch/nios2/kernel/ |
| D | syscall_table.c | 27 void *sys_call_table[__NR_syscalls] = {
|
| D | entry.S | 189 movui r1, __NR_syscalls
|
| /linux-4.4.14/arch/score/kernel/ |
| D | sys_call_table.c | 10 void *sys_call_table[__NR_syscalls] = {
|
| D | entry.S | 417 cmpi.c r27, __NR_syscalls # check syscall number
|
| /linux-4.4.14/arch/hexagon/kernel/ |
| D | syscalltab.c | 30 void *sys_call_table[__NR_syscalls] = {
|
| D | traps.c | 395 if ((unsigned long) regs->syscall_nr >= __NR_syscalls) { in do_trap0()
|
| /linux-4.4.14/arch/openrisc/kernel/ |
| D | sys_call_table.c | 26 void *sys_call_table[__NR_syscalls] = {
|
| D | entry.S | 594 l.sfgeui r11,__NR_syscalls
|
| /linux-4.4.14/arch/h8300/kernel/ |
| D | syscalls.c | 12 void *_sys_call_table[__NR_syscalls] = {
|
| D | entry.S | 253 cmp.l #__NR_syscalls,er4
|
| /linux-4.4.14/arch/metag/kernel/ |
| D | sys_metag.c | 177 const void *sys_call_table[__NR_syscalls] = { 178 [0 ... __NR_syscalls-1] = sys_ni_syscall,
|
| D | traps.c | 668 if (sysnumber >= __NR_syscalls) { in switch1_handler()
|
| /linux-4.4.14/arch/tile/include/uapi/asm/ |
| D | unistd.h | 23 #define NR_syscalls __NR_syscalls
|
| /linux-4.4.14/arch/microblaze/include/asm/ |
| D | unistd.h | 41 #define __NR_syscalls 389 macro
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | unistd.h | 22 #define __NR_syscalls (392) macro
|
| D | syscall.h | 17 #define NR_syscalls (__NR_syscalls)
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | unistd.h | 56 #define NR_syscalls (__NR_syscalls)
|
| /linux-4.4.14/arch/arc/include/uapi/asm/ |
| D | unistd.h | 27 #define NR_syscalls __NR_syscalls
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | systbl_chk.c | 60 END_TABLE __NR_syscalls
|
| D | vdso.c | 674 for (i = 0; i < __NR_syscalls; i++) { in vdso_setup_syscall_map()
|
| /linux-4.4.14/arch/powerpc/kernel/vdso64/ |
| D | datapage.S | 65 li r0,__NR_syscalls
|
| /linux-4.4.14/arch/powerpc/kernel/vdso32/ |
| D | datapage.S | 64 li r0,__NR_syscalls
|
| /linux-4.4.14/arch/metag/include/asm/ |
| D | syscall.h | 99 #define NR_syscalls __NR_syscalls
|
| /linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
| D | run.c | 329 if (s.nr_ret < __NR_syscalls) { in spu_process_callback()
|
| /linux-4.4.14/arch/arm/kernel/ |
| D | entry-common.S | 131 .ifne NR_syscalls - __NR_syscalls
|
| /linux-4.4.14/arch/microblaze/kernel/ |
| D | entry.S | 42 .space (__NR_syscalls * 4) 352 addi r11, r12, -__NR_syscalls;
|
| D | entry-nommu.S | 281 addi r11, r12, -__NR_syscalls
|
| D | hw_exception_handler.S | 436 addi r12, r0, __NR_syscalls;
|
| /linux-4.4.14/Documentation/ |
| D | adding-syscalls.txt | 211 Also update the __NR_syscalls count to reflect the additional system call, and
|