Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/mips/include/asm/
Dunistd.h21 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls) macro
23 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls) macro
25 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls) macro
/Linux-v5.10/kernel/trace/
Dtrace_syscalls.c109 if (!syscalls_metadata || nr >= NR_syscalls || nr < 0) in syscall_nr_to_meta()
308 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_enter()
356 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit()
397 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter()
417 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter()
435 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit()
455 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit()
471 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace()
538 syscalls_metadata = kcalloc(NR_syscalls, in init_ftrace_syscalls()
547 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls()
[all …]
/Linux-v5.10/arch/arc/kernel/
Dsys.c15 void *sys_call_table[NR_syscalls] = {
16 [0 ... NR_syscalls-1] = sys_ni_syscall,
/Linux-v5.10/arch/csky/include/asm/
Dunistd.h6 #define NR_syscalls (__NR_syscalls) macro
/Linux-v5.10/arch/riscv/include/asm/
Dunistd.h15 #define NR_syscalls (__NR_syscalls) macro
/Linux-v5.10/arch/xtensa/include/asm/
Dunistd.h14 #define NR_syscalls __NR_syscalls macro
/Linux-v5.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-v5.10/arch/sh/include/asm/
Dunistd.h4 #define NR_syscalls __NR_syscalls macro
Dftrace.h8 #define FTRACE_SYSCALL_MAX NR_syscalls
/Linux-v5.10/arch/m68k/include/asm/
Dunistd.h7 #define NR_syscalls __NR_syscalls macro
/Linux-v5.10/arch/x86/entry/
Dcommon.c44 if (likely(nr < NR_syscalls)) { in do_syscall_64()
45 nr = array_index_nospec(nr, NR_syscalls); in do_syscall_64()
/Linux-v5.10/arch/sparc/include/asm/
Dunistd.h20 #define NR_syscalls __NR_syscalls macro
/Linux-v5.10/arch/ia64/include/asm/
Dunistd.h13 #define NR_syscalls __NR_syscalls /* length of syscall table */ macro
/Linux-v5.10/arch/arm64/include/asm/
Dunistd.h50 #define NR_syscalls (__NR_syscalls) macro
/Linux-v5.10/arch/powerpc/include/asm/
Dunistd.h10 #define NR_syscalls __NR_syscalls macro
Dvdso_datapage.h40 #define SYSCALL_MAP_SIZE ((NR_syscalls + 31) / 32)
/Linux-v5.10/arch/arc/include/uapi/asm/
Dunistd.h33 #define NR_syscalls __NR_syscalls macro
/Linux-v5.10/tools/arch/arc/include/uapi/asm/
Dunistd.h32 #define NR_syscalls __NR_syscalls macro
/Linux-v5.10/arch/x86/include/asm/
Dunistd.h32 # define NR_syscalls (__NR_syscall_max + 1) macro
/Linux-v5.10/arch/powerpc/kernel/vdso32/
Ddatapage.S38 li r0,NR_syscalls
/Linux-v5.10/arch/powerpc/kernel/vdso64/
Ddatapage.S40 li r0,NR_syscalls
/Linux-v5.10/arch/parisc/include/asm/
Dsyscall.h12 #define NR_syscalls (__NR_Linux_syscalls) macro
/Linux-v5.10/arch/m68k/68000/
Dentry.S52 cmpl #NR_syscalls,%d1
83 cmpl #NR_syscalls,%d0
/Linux-v5.10/arch/arm/include/asm/
Dsyscall.h18 #define NR_syscalls (__NR_syscalls) macro
/Linux-v5.10/arch/powerpc/kernel/
Dsyscall_64.c76 if (unlikely(r0 >= NR_syscalls)) in system_call_exception()
85 } else if (unlikely(r0 >= NR_syscalls)) { in system_call_exception()

12