/Linux-v5.10/arch/mips/include/asm/ |
D | unistd.h | 21 #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/ |
D | trace_syscalls.c | 109 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/ |
D | sys.c | 15 void *sys_call_table[NR_syscalls] = { 16 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
/Linux-v5.10/arch/csky/include/asm/ |
D | unistd.h | 6 #define NR_syscalls (__NR_syscalls) macro
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | unistd.h | 15 #define NR_syscalls (__NR_syscalls) macro
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | unistd.h | 14 #define NR_syscalls __NR_syscalls macro
|
/Linux-v5.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-v5.10/arch/sh/include/asm/ |
D | unistd.h | 4 #define NR_syscalls __NR_syscalls macro
|
D | ftrace.h | 8 #define FTRACE_SYSCALL_MAX NR_syscalls
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
/Linux-v5.10/arch/x86/entry/ |
D | common.c | 44 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/ |
D | unistd.h | 20 #define NR_syscalls __NR_syscalls macro
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | unistd.h | 13 #define NR_syscalls __NR_syscalls /* length of syscall table */ macro
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | unistd.h | 50 #define NR_syscalls (__NR_syscalls) macro
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | unistd.h | 10 #define NR_syscalls __NR_syscalls macro
|
D | vdso_datapage.h | 40 #define SYSCALL_MAP_SIZE ((NR_syscalls + 31) / 32)
|
/Linux-v5.10/arch/arc/include/uapi/asm/ |
D | unistd.h | 33 #define NR_syscalls __NR_syscalls macro
|
/Linux-v5.10/tools/arch/arc/include/uapi/asm/ |
D | unistd.h | 32 #define NR_syscalls __NR_syscalls macro
|
/Linux-v5.10/arch/x86/include/asm/ |
D | unistd.h | 32 # define NR_syscalls (__NR_syscall_max + 1) macro
|
/Linux-v5.10/arch/powerpc/kernel/vdso32/ |
D | datapage.S | 38 li r0,NR_syscalls
|
/Linux-v5.10/arch/powerpc/kernel/vdso64/ |
D | datapage.S | 40 li r0,NR_syscalls
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | syscall.h | 12 #define NR_syscalls (__NR_Linux_syscalls) macro
|
/Linux-v5.10/arch/m68k/68000/ |
D | entry.S | 52 cmpl #NR_syscalls,%d1 83 cmpl #NR_syscalls,%d0
|
/Linux-v5.10/arch/arm/include/asm/ |
D | syscall.h | 18 #define NR_syscalls (__NR_syscalls) macro
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | syscall_64.c | 76 if (unlikely(r0 >= NR_syscalls)) in system_call_exception() 85 } else if (unlikely(r0 >= NR_syscalls)) { in system_call_exception()
|