Searched refs:__NR_syscalls (Results 1 - 42 of 42) sorted by relevance

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

Completed in 1003 milliseconds