Home
last modified time | relevance | path

Searched refs:NR_syscalls (Results 1 – 25 of 52) sorted by relevance

123

/arch/parisc/include/asm/
Dseccomp.h9 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
13 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
18 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/arch/powerpc/include/asm/
Dseccomp.h21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
25 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
30 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h10 #define NR_syscalls __NR_syscalls macro
/arch/mips/include/asm/
Dunistd.h21 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls) macro
23 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls) macro
25 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls) macro
/arch/riscv/include/asm/
Dseccomp.h12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h15 #define NR_syscalls (__NR_syscalls) macro
/arch/arc/kernel/
Dsys.c15 void *sys_call_table[NR_syscalls] = {
16 [0 ... NR_syscalls-1] = sys_ni_syscall,
/arch/s390/include/asm/
Dseccomp.h20 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
/arch/x86/include/asm/
Dseccomp.h21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h32 # define NR_syscalls (__NR_syscall_max + 1) macro
/arch/csky/include/asm/
Dunistd.h6 #define NR_syscalls (__NR_syscalls) macro
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/arch/xtensa/include/asm/
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h14 #define NR_syscalls __NR_syscalls macro
/arch/arm/include/asm/
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/arch/sh/include/asm/
Dseccomp.h18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h4 #define NR_syscalls __NR_syscalls macro
Dftrace.h8 #define FTRACE_SYSCALL_MAX NR_syscalls
/arch/arm64/include/asm/
Dseccomp.h23 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h50 #define NR_syscalls (__NR_syscalls) macro
/arch/m68k/include/asm/
Dunistd.h7 #define NR_syscalls __NR_syscalls macro
/arch/sparc/include/asm/
Dunistd.h20 #define NR_syscalls __NR_syscalls macro
/arch/ia64/include/asm/
Dunistd.h13 #define NR_syscalls __NR_syscalls /* length of syscall table */ macro
/arch/arc/include/uapi/asm/
Dunistd.h33 #define NR_syscalls __NR_syscalls macro
/arch/powerpc/kernel/vdso32/
Ddatapage.S38 li r0,NR_syscalls

123