Home
last modified time | relevance | path

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

12

/arch/parisc/include/asm/
A 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/
A 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
/arch/mips/include/asm/
A Dunistd.h25 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls) macro
27 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls) macro
29 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls) macro
/arch/loongarch/include/asm/
A Dseccomp.h12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
A Dunistd.h14 #define NR_syscalls (__NR_syscalls) macro
/arch/riscv/include/asm/
A Dseccomp.h12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
A Dunistd.h29 #define NR_syscalls (__NR_syscalls) macro
/arch/arc/kernel/
A Dsys.c16 void *sys_call_table[NR_syscalls] = {
17 [0 ... NR_syscalls-1] = sys_ni_syscall,
/arch/s390/include/asm/
A Dseccomp.h20 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
/arch/x86/include/asm/
A Dseccomp.h21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/arch/loongarch/kernel/
A Dsyscall.c52 if (nr < NR_syscalls) in do_syscall()
63 if (nr < NR_syscalls) { in do_syscall()
/arch/x86/entry/
A Dsyscall_64.c61 if (likely(unr < NR_syscalls)) { in do_syscall_x64()
62 unr = array_index_nospec(unr, NR_syscalls); in do_syscall_x64()
/arch/csky/include/asm/
A Dunistd.h8 #define NR_syscalls (__NR_syscalls) macro
A Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/arch/arm/include/asm/
A Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/arch/m68k/include/asm/
A Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/arch/xtensa/include/asm/
A Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
A Dunistd.h13 #define NR_syscalls __NR_syscalls macro
/arch/arc/include/asm/
A Dunistd.h12 #define NR_syscalls __NR_syscalls macro
/arch/alpha/include/asm/
A Dunistd.h7 #define NR_syscalls __NR_syscalls macro
/arch/sh/include/asm/
A Dseccomp.h18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
A Dunistd.h4 #define NR_syscalls __NR_syscalls macro
/arch/powerpc/kernel/
A Dsyscall.c135 if (unlikely(r0 >= NR_syscalls)) in system_call_exception()
138 } else if (unlikely(r0 >= NR_syscalls)) { in system_call_exception()
/arch/arm64/include/asm/
A Dseccomp.h23 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
A Dunistd.h33 #define NR_syscalls (__NR_syscalls) macro

Completed in 19 milliseconds

12