/Linux-v4.19/arch/mips/include/asm/ |
D | unistd.h | 18 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls) macro 20 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls) macro 22 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls) macro
|
/Linux-v4.19/kernel/trace/ |
D | trace_syscalls.c | 104 if (!syscalls_metadata || nr >= NR_syscalls || nr < 0) in syscall_nr_to_meta() 322 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_enter() 369 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit() 410 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter() 430 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter() 448 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit() 468 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit() 484 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace() 538 syscalls_metadata = kcalloc(NR_syscalls, sizeof(*syscalls_metadata), in init_ftrace_syscalls() 545 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls() [all …]
|
/Linux-v4.19/arch/arc/kernel/ |
D | sys.c | 14 void *sys_call_table[NR_syscalls] = { 15 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
/Linux-v4.19/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-v4.19/arch/m68k/include/asm/ |
D | unistd.h | 8 #define NR_syscalls 380 macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | unistd.h | 55 #define NR_syscalls (__NR_syscalls) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | ftrace.h | 8 #define FTRACE_SYSCALL_MAX NR_syscalls
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | unistd.h | 15 #define NR_syscalls 389 macro
|
D | vdso_datapage.h | 44 #define SYSCALL_MAP_SIZE ((NR_syscalls + 31) / 32)
|
/Linux-v4.19/arch/arc/include/uapi/asm/ |
D | unistd.h | 29 #define NR_syscalls __NR_syscalls macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | unistd.h | 15 #define NR_syscalls 326 /* length of syscall table */ macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | syscall.h | 12 #define NR_syscalls (__NR_Linux_syscalls) macro
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | systbl_chk.c | 60 END_TABLE NR_syscalls
|
/Linux-v4.19/arch/m68k/68000/ |
D | entry.S | 52 cmpl #NR_syscalls,%d1 83 cmpl #NR_syscalls,%d0
|
/Linux-v4.19/arch/powerpc/kernel/vdso64/ |
D | datapage.S | 65 li r0,NR_syscalls
|
/Linux-v4.19/arch/powerpc/kernel/vdso32/ |
D | datapage.S | 64 li r0,NR_syscalls
|
/Linux-v4.19/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-v4.19/arch/arm/include/asm/ |
D | syscall.h | 18 #define NR_syscalls (__NR_syscalls) macro
|
/Linux-v4.19/arch/x86/kernel/ |
D | asm-offsets_64.c | 76 DEFINE(NR_syscalls, sizeof(syscalls_64)); in main()
|
D | asm-offsets_32.c | 66 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
/Linux-v4.19/arch/ia64/mm/ |
D | init.c | 638 for (i = 0; i < NR_syscalls; ++i) { in mem_init() 639 extern unsigned long fsyscall_table[NR_syscalls]; in mem_init() 640 extern unsigned long sys_call_table[NR_syscalls]; in mem_init()
|
/Linux-v4.19/arch/x86/um/ |
D | user-offsets.c | 99 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | syscall.h | 35 #define IA32_NR_syscalls NR_syscalls
|
/Linux-v4.19/arch/m68k/kernel/ |
D | entry.S | 164 cmpl #NR_syscalls,%d0 209 cmpl #NR_syscalls,%d0
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | entry.S | 67 cmpl #NR_syscalls,%d0
|