Home
last modified time | relevance | path

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

123

/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/kernel/trace/
Dtrace_syscalls.c109 if (!syscalls_metadata || nr >= NR_syscalls || nr < 0) in syscall_nr_to_meta()
303 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_enter()
342 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit()
376 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter()
396 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter()
414 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit()
434 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit()
450 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace()
517 syscalls_metadata = kcalloc(NR_syscalls, in init_ftrace_syscalls()
526 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls()
[all …]
/linux-6.1.9/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-6.1.9/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-6.1.9/arch/arc/kernel/
Dsys.c15 void *sys_call_table[NR_syscalls] = {
16 [0 ... NR_syscalls-1] = sys_ni_syscall,
/linux-6.1.9/arch/s390/include/asm/
Dseccomp.h20 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
/linux-6.1.9/arch/x86/include/asm/
Dseccomp.h21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-6.1.9/arch/loongarch/kernel/
Dsyscall.c47 if (nr < NR_syscalls) in do_syscall()
56 if (nr < NR_syscalls) { in do_syscall()
/linux-6.1.9/arch/powerpc/kernel/
Dsyscall.c135 if (unlikely(r0 >= NR_syscalls)) in system_call_exception()
138 } else if (unlikely(r0 >= NR_syscalls)) { in system_call_exception()
/linux-6.1.9/arch/csky/include/asm/
Dunistd.h5 #define NR_syscalls (__NR_syscalls) macro
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-6.1.9/arch/arm/include/asm/
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-6.1.9/arch/xtensa/include/asm/
Dseccomp.h8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h14 #define NR_syscalls __NR_syscalls macro
/linux-6.1.9/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-6.1.9/arch/sh/include/asm/
Dseccomp.h18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
Dunistd.h4 #define NR_syscalls __NR_syscalls macro
/linux-6.1.9/arch/arm64/include/asm/
Dseccomp.h23 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
/linux-6.1.9/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-6.1.9/arch/m68k/include/asm/
Dunistd.h7 #define NR_syscalls __NR_syscalls macro
/linux-6.1.9/arch/sparc/include/asm/
Dunistd.h20 #define NR_syscalls __NR_syscalls macro

123