Home
last modified time | relevance | path

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

123

/linux-5.19.10/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
/linux-5.19.10/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
/linux-5.19.10/arch/mips/include/asm/
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
/linux-5.19.10/kernel/trace/
Dtrace_syscalls.c109 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/
Dseccomp.h12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h26 #define NR_syscalls (__NR_syscalls) macro
/linux-5.19.10/arch/loongarch/include/asm/
Dseccomp.h12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h11 #define NR_syscalls (__NR_syscalls) macro
/linux-5.19.10/arch/arc/kernel/
Dsys.c15 void *sys_call_table[NR_syscalls] = {
16 [0 ... NR_syscalls-1] = sys_ni_syscall,
/linux-5.19.10/arch/s390/include/asm/
Dseccomp.h20 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
/linux-5.19.10/arch/x86/include/asm/
Dseccomp.h21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-5.19.10/arch/loongarch/kernel/
Dsyscall.c47 if (nr < NR_syscalls) in do_syscall()
56 if (nr < NR_syscalls) { in do_syscall()
/linux-5.19.10/arch/csky/include/asm/
Dunistd.h5 #define NR_syscalls (__NR_syscalls) macro
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-5.19.10/arch/xtensa/include/asm/
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h14 #define NR_syscalls __NR_syscalls macro
/linux-5.19.10/arch/arm/include/asm/
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-5.19.10/arch/sparc/kernel/
Dsyscalls.S168 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/
Dseccomp.h18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h4 #define NR_syscalls __NR_syscalls macro
/linux-5.19.10/arch/arm64/include/asm/
Dseccomp.h23 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-5.19.10/arch/m68k/include/asm/
Dunistd.h7 #define NR_syscalls __NR_syscalls macro
/linux-5.19.10/arch/x86/entry/
Dcommon.c48 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/
Dinit.c456 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/
Dunistd.h20 #define NR_syscalls __NR_syscalls macro

123