Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/arm64/kernel/
Dsys.c52 void * const sys_call_table[__NR_syscalls] __aligned(4096) = {
53 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
Dentry.S668 mov sc_nr, #__NR_syscalls
/linux-4.1.27/arch/powerpc/include/asm/
Dunistd.h15 #define __NR_syscalls 364 macro
18 #define NR_syscalls __NR_syscalls
Dvdso_datapage.h44 #define SYSCALL_MAP_SIZE ((__NR_syscalls + 31) / 32)
/linux-4.1.27/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.1.27/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.S1267 moveli r21, __NR_syscalls
Dintvec_32.S1246 moveli r21, __NR_syscalls
/linux-4.1.27/include/uapi/asm-generic/
Dunistd.h713 #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/
Dsyscalltab.c30 void *sys_call_table[__NR_syscalls] = {
Dtraps.c395 if ((unsigned long) regs->syscall_nr >= __NR_syscalls) { in do_trap0()
/linux-4.1.27/arch/nios2/kernel/
Dsyscall_table.c27 void *sys_call_table[__NR_syscalls] = {
Dentry.S189 movui r1, __NR_syscalls
/linux-4.1.27/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.1.27/arch/openrisc/kernel/
Dsys_call_table.c26 void *sys_call_table[__NR_syscalls] = {
Dentry.S594 l.sfgeui r11,__NR_syscalls
/linux-4.1.27/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.1.27/arch/tile/include/uapi/asm/
Dunistd.h23 #define NR_syscalls __NR_syscalls
/linux-4.1.27/arch/microblaze/include/asm/
Dunistd.h41 #define __NR_syscalls 389 macro
/linux-4.1.27/arch/arm64/include/asm/
Dunistd.h56 #define NR_syscalls (__NR_syscalls)
/linux-4.1.27/arch/arm/include/asm/
Dunistd.h22 #define __NR_syscalls (388) macro
Dsyscall.h17 #define NR_syscalls (__NR_syscalls)
/linux-4.1.27/arch/arc/include/uapi/asm/
Dunistd.h27 #define NR_syscalls __NR_syscalls
/linux-4.1.27/arch/powerpc/kernel/
Dsystbl_chk.c60 END_TABLE __NR_syscalls
Dvdso.c695 for (i = 0; i < __NR_syscalls; i++) { in vdso_setup_syscall_map()
/linux-4.1.27/arch/powerpc/kernel/vdso64/
Ddatapage.S63 li r0,__NR_syscalls
/linux-4.1.27/arch/powerpc/kernel/vdso32/
Ddatapage.S62 li r0,__NR_syscalls
/linux-4.1.27/arch/metag/include/asm/
Dsyscall.h99 #define NR_syscalls __NR_syscalls
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Drun.c329 if (s.nr_ret < __NR_syscalls) { in spu_process_callback()
/linux-4.1.27/arch/arm/kernel/
Dentry-common.S107 .ifne NR_syscalls - __NR_syscalls
/linux-4.1.27/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;