/linux/arch/parisc/include/asm/ |
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/kernel/trace/ |
A D | trace_syscalls.c | 307 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_enter() 353 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit() 393 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter() 413 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter() 431 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit() 451 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit() 467 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace() 534 syscalls_metadata = kcalloc(NR_syscalls, in init_ftrace_syscalls() 543 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls() 600 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in perf_syscall_enter() [all …]
|
/linux/arch/powerpc/include/asm/ |
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
|
/linux/arch/mips/include/asm/ |
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/riscv/include/asm/ |
A D | seccomp.h | 12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
A D | unistd.h | 16 #define NR_syscalls (__NR_syscalls) macro
|
/linux/arch/arc/kernel/ |
A D | sys.c | 15 void *sys_call_table[NR_syscalls] = { 16 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
/linux/arch/s390/include/asm/ |
A D | seccomp.h | 20 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls 24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
|
/linux/arch/x86/include/asm/ |
A D | seccomp.h | 21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
/linux/arch/sparc/kernel/ |
A D | syscalls.S | 168 cmp %g1, NR_syscalls 198 cmp %g1, NR_syscalls 217 cmp %g1, NR_syscalls ! IEU1 Group 241 cmp %g1, NR_syscalls ! IEU1 Group
|
/linux/arch/ia64/mm/ |
A D | init.c | 458 for (i = 0; i < NR_syscalls; ++i) { in mem_init() 459 extern unsigned long fsyscall_table[NR_syscalls]; in mem_init() 460 extern unsigned long sys_call_table[NR_syscalls]; in mem_init()
|
/linux/arch/x86/entry/ |
A D | common.c | 48 if (likely(unr < NR_syscalls)) { in do_syscall_x64() 49 unr = array_index_nospec(unr, NR_syscalls); in do_syscall_x64()
|
/linux/arch/csky/include/asm/ |
A D | unistd.h | 5 #define NR_syscalls (__NR_syscalls) macro
|
A D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
/linux/arch/xtensa/include/asm/ |
A D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
A D | unistd.h | 14 #define NR_syscalls __NR_syscalls macro
|
/linux/arch/arm/include/asm/ |
A D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
/linux/arch/sh/include/asm/ |
A D | seccomp.h | 18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
A D | unistd.h | 4 #define NR_syscalls __NR_syscalls macro
|
A D | ftrace.h | 8 #define FTRACE_SYSCALL_MAX NR_syscalls
|
/linux/arch/arm64/include/asm/ |
A D | seccomp.h | 23 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
A D | unistd.h | 50 #define NR_syscalls (__NR_syscalls) macro
|
/linux/arch/m68k/include/asm/ |
A D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
/linux/arch/sparc/include/asm/ |
A D | unistd.h | 20 #define NR_syscalls __NR_syscalls macro
|
/linux/arch/ia64/include/asm/ |
A D | unistd.h | 13 #define NR_syscalls __NR_syscalls /* length of syscall table */ macro
|