Home
last modified time | relevance | path

Searched refs:__NR_syscalls (Results 1 – 43 of 43) sorted by relevance

/linux-4.4.14/arch/unicore32/kernel/
Dsys.c37 void *sys_call_table[__NR_syscalls] = {
38 [0 ... __NR_syscalls-1] = sys_ni_syscall,
Dentry.S628 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/
Dsys.c52 void * const sys_call_table[__NR_syscalls] __aligned(4096) = {
53 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
Dentry.S671 mov sc_nr, #__NR_syscalls
/linux-4.4.14/arch/powerpc/include/asm/
Dunistd.h15 #define __NR_syscalls 379 macro
18 #define NR_syscalls __NR_syscalls
Dvdso_datapage.h44 #define SYSCALL_MAP_SIZE ((__NR_syscalls + 31) / 32)
/linux-4.4.14/arch/c6x/kernel/
Dsys_c6x.c71 void *sys_call_table[__NR_syscalls] = {
72 [0 ... __NR_syscalls-1] = sys_ni_syscall,
Dasm-offsets.c113 DEFINE(NR_SYSCALLS_, __NR_syscalls); in foo()
Dentry.S220 || MVK .S2 __NR_syscalls,B1
335 MVK .S2 __NR_syscalls,B1
/linux-4.4.14/arch/tile/kernel/
Dsys.c120 void *sys_call_table[__NR_syscalls] = {
121 [0 ... __NR_syscalls-1] = sys_ni_syscall,
Dcompat.c105 void *compat_sys_call_table[__NR_syscalls] = {
106 [0 ... __NR_syscalls-1] = sys_ni_syscall,
Dintvec_64.S1272 moveli r21, __NR_syscalls
Dintvec_32.S1247 moveli r21, __NR_syscalls
/linux-4.4.14/include/uapi/asm-generic/
Dunistd.h719 #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/
Dsyscall_table.c27 void *sys_call_table[__NR_syscalls] = {
Dentry.S189 movui r1, __NR_syscalls
/linux-4.4.14/arch/score/kernel/
Dsys_call_table.c10 void *sys_call_table[__NR_syscalls] = {
Dentry.S417 cmpi.c r27, __NR_syscalls # check syscall number
/linux-4.4.14/arch/hexagon/kernel/
Dsyscalltab.c30 void *sys_call_table[__NR_syscalls] = {
Dtraps.c395 if ((unsigned long) regs->syscall_nr >= __NR_syscalls) { in do_trap0()
/linux-4.4.14/arch/openrisc/kernel/
Dsys_call_table.c26 void *sys_call_table[__NR_syscalls] = {
Dentry.S594 l.sfgeui r11,__NR_syscalls
/linux-4.4.14/arch/h8300/kernel/
Dsyscalls.c12 void *_sys_call_table[__NR_syscalls] = {
Dentry.S253 cmp.l #__NR_syscalls,er4
/linux-4.4.14/arch/metag/kernel/
Dsys_metag.c177 const void *sys_call_table[__NR_syscalls] = {
178 [0 ... __NR_syscalls-1] = sys_ni_syscall,
Dtraps.c668 if (sysnumber >= __NR_syscalls) { in switch1_handler()
/linux-4.4.14/arch/tile/include/uapi/asm/
Dunistd.h23 #define NR_syscalls __NR_syscalls
/linux-4.4.14/arch/microblaze/include/asm/
Dunistd.h41 #define __NR_syscalls 389 macro
/linux-4.4.14/arch/arm/include/asm/
Dunistd.h22 #define __NR_syscalls (392) macro
Dsyscall.h17 #define NR_syscalls (__NR_syscalls)
/linux-4.4.14/arch/arm64/include/asm/
Dunistd.h56 #define NR_syscalls (__NR_syscalls)
/linux-4.4.14/arch/arc/include/uapi/asm/
Dunistd.h27 #define NR_syscalls __NR_syscalls
/linux-4.4.14/arch/powerpc/kernel/
Dsystbl_chk.c60 END_TABLE __NR_syscalls
Dvdso.c674 for (i = 0; i < __NR_syscalls; i++) { in vdso_setup_syscall_map()
/linux-4.4.14/arch/powerpc/kernel/vdso64/
Ddatapage.S65 li r0,__NR_syscalls
/linux-4.4.14/arch/powerpc/kernel/vdso32/
Ddatapage.S64 li r0,__NR_syscalls
/linux-4.4.14/arch/metag/include/asm/
Dsyscall.h99 #define NR_syscalls __NR_syscalls
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Drun.c329 if (s.nr_ret < __NR_syscalls) { in spu_process_callback()
/linux-4.4.14/arch/arm/kernel/
Dentry-common.S131 .ifne NR_syscalls - __NR_syscalls
/linux-4.4.14/arch/microblaze/kernel/
Dentry.S42 .space (__NR_syscalls * 4)
352 addi r11, r12, -__NR_syscalls;
Dentry-nommu.S281 addi r11, r12, -__NR_syscalls
Dhw_exception_handler.S436 addi r12, r0, __NR_syscalls;
/linux-4.4.14/Documentation/
Dadding-syscalls.txt211 Also update the __NR_syscalls count to reflect the additional system call, and