/linux-5.19.10/arch/parisc/include/asm/ |
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-5.19.10/arch/powerpc/include/asm/ |
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-5.19.10/arch/mips/include/asm/ |
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-5.19.10/kernel/trace/ |
D | trace_syscalls.c | 109 if (!syscalls_metadata || nr >= NR_syscalls || nr < 0) in syscall_nr_to_meta() 305 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_enter() 344 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit() 378 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter() 398 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter() 416 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit() 436 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit() 452 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace() 519 syscalls_metadata = kcalloc(NR_syscalls, in init_ftrace_syscalls() 528 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls() [all …]
|
/linux-5.19.10/arch/riscv/include/asm/ |
D | seccomp.h | 12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
D | unistd.h | 26 #define NR_syscalls (__NR_syscalls) macro
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | seccomp.h | 12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
D | unistd.h | 11 #define NR_syscalls (__NR_syscalls) macro
|
/linux-5.19.10/arch/arc/kernel/ |
D | sys.c | 15 void *sys_call_table[NR_syscalls] = { 16 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
/linux-5.19.10/arch/s390/include/asm/ |
D | seccomp.h | 20 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls 24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
|
/linux-5.19.10/arch/x86/include/asm/ |
D | seccomp.h | 21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls 35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
/linux-5.19.10/arch/loongarch/kernel/ |
D | syscall.c | 47 if (nr < NR_syscalls) in do_syscall() 56 if (nr < NR_syscalls) { in do_syscall()
|
/linux-5.19.10/arch/csky/include/asm/ |
D | unistd.h | 5 #define NR_syscalls (__NR_syscalls) macro
|
D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
/linux-5.19.10/arch/xtensa/include/asm/ |
D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
D | unistd.h | 14 #define NR_syscalls __NR_syscalls macro
|
/linux-5.19.10/arch/arm/include/asm/ |
D | seccomp.h | 8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
/linux-5.19.10/arch/sparc/kernel/ |
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-5.19.10/arch/sh/include/asm/ |
D | seccomp.h | 18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
D | unistd.h | 4 #define NR_syscalls __NR_syscalls macro
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | seccomp.h | 23 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
|
/linux-5.19.10/arch/m68k/include/asm/ |
D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
/linux-5.19.10/arch/x86/entry/ |
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-5.19.10/arch/ia64/mm/ |
D | init.c | 456 for (i = 0; i < NR_syscalls; ++i) { in mem_init() 457 extern unsigned long fsyscall_table[NR_syscalls]; in mem_init() 458 extern unsigned long sys_call_table[NR_syscalls]; in mem_init()
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | unistd.h | 20 #define NR_syscalls __NR_syscalls macro
|