| /linux/arch/parisc/include/asm/ |
| H A D | seccomp.h | 9 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 13 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls 18 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| /linux/arch/powerpc/include/asm/ |
| H A D | seccomp.h | 21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 25 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls 30 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| H A D | unistd.h | 10 #define NR_syscalls __NR_syscalls macro
|
| /linux/arch/mips/include/asm/ |
| H A D | unistd.h | 25 #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
|
| /linux/arch/loongarch/kernel/ |
| H A D | syscall.c | 66 if (nr < NR_syscalls) in do_syscall() 77 if (nr < NR_syscalls) { in do_syscall() 78 syscall_fn = sys_call_table[array_index_nospec(nr, NR_syscalls)]; in do_syscall()
|
| /linux/arch/riscv/include/asm/ |
| H A D | seccomp.h | 12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| H A D | unistd.h | 29 #define NR_syscalls (__NR_syscalls) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | seccomp.h | 12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| /linux/arch/arc/kernel/ |
| H A D | sys.c | 16 void *sys_call_table[NR_syscalls] = { 17 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
| /linux/arch/x86/include/asm/ |
| H A D | seccomp.h | 21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| /linux/arch/s390/kernel/ |
| H A D | syscall.c | 135 if (likely(nr < NR_syscalls)) { in __do_syscall() 136 nr = array_index_nospec(nr, NR_syscalls); in __do_syscall()
|
| /linux/arch/csky/include/asm/ |
| H A D | unistd.h | 8 #define NR_syscalls (__NR_syscalls) macro
|
| H A D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| /linux/arch/xtensa/include/asm/ |
| H A D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| H A D | unistd.h | 13 #define NR_syscalls __NR_syscalls macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| H A D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
| /linux/arch/arm/include/asm/ |
| H A D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| /linux/arch/arc/include/asm/ |
| H A D | unistd.h | 12 #define NR_syscalls __NR_syscalls macro
|
| /linux/arch/alpha/include/asm/ |
| H A D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
| /linux/arch/sh/include/asm/ |
| H A D | seccomp.h | 18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
| H A D | unistd.h | 4 #define NR_syscalls __NR_syscalls macro
|
| H A D | ftrace.h | 8 #define FTRACE_SYSCALL_MAX NR_syscalls
|
| /linux/arch/arm64/include/asm/ |
| H A D | unistd.h | 33 #define NR_syscalls (__NR_syscalls) macro
|
| /linux/tools/arch/arc/include/uapi/asm/ |
| H A D | unistd.h | 32 #define NR_syscalls __NR_syscalls macro
|