| /Linux-v5.4/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.4/kernel/trace/ |
| D | trace_syscalls.c | 104 if (!syscalls_metadata || nr >= NR_syscalls || nr < 0) in syscall_nr_to_meta() 323 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_enter() 371 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit() 412 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter() 432 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter() 450 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit() 470 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit() 486 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace() 540 syscalls_metadata = kcalloc(NR_syscalls, sizeof(*syscalls_metadata), in init_ftrace_syscalls() 547 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls() [all …]
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | sys.c | 14 void *sys_call_table[NR_syscalls] = { 15 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | unistd.h | 6 #define NR_syscalls (__NR_syscalls) macro
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | unistd.h | 15 #define NR_syscalls (__NR_syscalls) macro
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | unistd.h | 14 #define NR_syscalls __NR_syscalls macro
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | syscalls.S | 165 cmp %g1, NR_syscalls 195 cmp %g1, NR_syscalls 214 cmp %g1, NR_syscalls ! IEU1 Group 238 cmp %g1, NR_syscalls ! IEU1 Group
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | unistd.h | 8 #define NR_syscalls __NR_syscalls macro
|
| D | ftrace.h | 8 #define FTRACE_SYSCALL_MAX NR_syscalls
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | unistd.h | 7 #define NR_syscalls __NR_syscalls macro
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | unistd.h | 20 #define NR_syscalls __NR_syscalls macro
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | unistd.h | 13 #define NR_syscalls __NR_syscalls /* length of syscall table */ macro
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | unistd.h | 51 #define NR_syscalls (__NR_syscalls) macro
|
| /Linux-v5.4/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.4/arch/arc/include/uapi/asm/ |
| D | unistd.h | 32 #define NR_syscalls __NR_syscalls macro
|
| /Linux-v5.4/tools/arch/arc/include/uapi/asm/ |
| D | unistd.h | 32 #define NR_syscalls __NR_syscalls macro
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | syscall.h | 12 #define NR_syscalls (__NR_Linux_syscalls) macro
|
| /Linux-v5.4/arch/m68k/68000/ |
| D | entry.S | 52 cmpl #NR_syscalls,%d1 83 cmpl #NR_syscalls,%d0
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | syscall.h | 18 #define NR_syscalls (__NR_syscalls) macro
|
| /Linux-v5.4/arch/powerpc/kernel/vdso64/ |
| D | datapage.S | 62 li r0,NR_syscalls
|
| /Linux-v5.4/arch/powerpc/kernel/vdso32/ |
| D | datapage.S | 61 li r0,NR_syscalls
|
| /Linux-v5.4/arch/x86/entry/ |
| D | common.c | 288 if (likely(nr < NR_syscalls)) { in do_syscall_64() 289 nr = array_index_nospec(nr, NR_syscalls); in do_syscall_64()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | asm-offsets_32.c | 66 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
| /Linux-v5.4/arch/ia64/mm/ |
| D | init.c | 661 for (i = 0; i < NR_syscalls; ++i) { in mem_init() 662 extern unsigned long fsyscall_table[NR_syscalls]; in mem_init() 663 extern unsigned long sys_call_table[NR_syscalls]; in mem_init()
|