/linux-4.1.27/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.1.27/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 | 668 mov sc_nr, #__NR_syscalls
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | unistd.h | 15 #define __NR_syscalls 364 macro 18 #define NR_syscalls __NR_syscalls
|
D | vdso_datapage.h | 44 #define SYSCALL_MAP_SIZE ((__NR_syscalls + 31) / 32)
|
/linux-4.1.27/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.1.27/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 | 1267 moveli r21, __NR_syscalls
|
D | intvec_32.S | 1246 moveli r21, __NR_syscalls
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | unistd.h | 713 #undef __NR_syscalls 714 #define __NR_syscalls 282 macro 758 #undef __NR_syscalls 759 #define __NR_syscalls (__NR3264_lstat+1) macro 776 #undef __NR_syscalls 777 #define __NR_syscalls (__NR_signalfd+1) macro 811 #undef __NR_syscalls 812 #define __NR_syscalls (__NR_mmap+1) macro 874 #undef __NR_syscalls 875 #define __NR_syscalls (__NR_fork+1) macro
|
/linux-4.1.27/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.1.27/arch/nios2/kernel/ |
D | syscall_table.c | 27 void *sys_call_table[__NR_syscalls] = {
|
D | entry.S | 189 movui r1, __NR_syscalls
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/tile/include/uapi/asm/ |
D | unistd.h | 23 #define NR_syscalls __NR_syscalls
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | unistd.h | 41 #define __NR_syscalls 389 macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | unistd.h | 56 #define NR_syscalls (__NR_syscalls)
|
/linux-4.1.27/arch/arm/include/asm/ |
D | unistd.h | 22 #define __NR_syscalls (388) macro
|
D | syscall.h | 17 #define NR_syscalls (__NR_syscalls)
|
/linux-4.1.27/arch/arc/include/uapi/asm/ |
D | unistd.h | 27 #define NR_syscalls __NR_syscalls
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | systbl_chk.c | 60 END_TABLE __NR_syscalls
|
D | vdso.c | 695 for (i = 0; i < __NR_syscalls; i++) { in vdso_setup_syscall_map()
|
/linux-4.1.27/arch/powerpc/kernel/vdso64/ |
D | datapage.S | 63 li r0,__NR_syscalls
|
/linux-4.1.27/arch/powerpc/kernel/vdso32/ |
D | datapage.S | 62 li r0,__NR_syscalls
|
/linux-4.1.27/arch/metag/include/asm/ |
D | syscall.h | 99 #define NR_syscalls __NR_syscalls
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | run.c | 329 if (s.nr_ret < __NR_syscalls) { in spu_process_callback()
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 107 .ifne NR_syscalls - __NR_syscalls
|
/linux-4.1.27/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;
|