/linux-4.1.27/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-4.1.27/kernel/trace/ |
D | trace_syscalls.c | 103 if (!syscalls_metadata || nr >= NR_syscalls || nr < 0) in syscall_nr_to_meta() 307 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_enter() 354 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit() 395 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter() 415 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter() 433 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit() 453 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit() 469 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace() 523 syscalls_metadata = kcalloc(NR_syscalls, sizeof(*syscalls_metadata), in init_ftrace_syscalls() 530 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls() [all …]
|
D | trace.h | 214 struct ftrace_event_file __rcu *enter_syscall_files[NR_syscalls]; 215 struct ftrace_event_file __rcu *exit_syscall_files[NR_syscalls];
|
/linux-4.1.27/arch/arc/kernel/ |
D | sys.c | 13 void *sys_call_table[NR_syscalls] = { 14 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
D | entry.S | 440 cmp r8, NR_syscalls
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 99 .equ NR_syscalls,0 define 100 #define CALL(x) .equ NR_syscalls,NR_syscalls+1 107 .ifne NR_syscalls - __NR_syscalls 200 cmp scno, #NR_syscalls @ check upper syscall limit 239 cmp scno, #NR_syscalls @ check upper syscall limit 287 cmpne scno, #NR_syscalls @ check range
|
D | calls.S | 401 .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
|
/linux-4.1.27/arch/m68k/68360/ |
D | entry.S | 48 cmpl #NR_syscalls,%d1 79 cmpl #NR_syscalls,%d0
|
/linux-4.1.27/arch/tile/include/uapi/asm/ |
D | unistd.h | 23 #define NR_syscalls __NR_syscalls macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 338 macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | unistd.h | 13 #define NR_syscalls 321 macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | unistd.h | 17 #define NR_syscalls 340 macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 356 macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 360 macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | unistd.h | 56 #define NR_syscalls (__NR_syscalls) macro
|
/linux-4.1.27/arch/arc/include/uapi/asm/ |
D | unistd.h | 27 #define NR_syscalls __NR_syscalls macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | ftrace.h | 7 #define FTRACE_SYSCALL_MAX NR_syscalls
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | unistd.h | 18 #define NR_syscalls __NR_syscalls macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | unistd.h | 14 #define NR_syscalls 319 /* length of syscall table */ macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 326 macro
|
/linux-4.1.27/arch/m68k/68000/ |
D | entry.S | 52 cmpl #NR_syscalls,%d1 83 cmpl #NR_syscalls,%d0
|
/linux-4.1.27/arch/metag/include/asm/ |
D | syscall.h | 99 #define NR_syscalls __NR_syscalls macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | syscall.h | 17 #define NR_syscalls (__NR_syscalls) macro
|
/linux-4.1.27/arch/x86/kernel/ |
D | asm-offsets_64.c | 88 DEFINE(NR_syscalls, sizeof(syscalls_64)); in main()
|
D | asm-offsets_32.c | 92 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
D | entry_32.S | 428 cmpl $(NR_syscalls), %eax 652 cmpl $(NR_syscalls), %eax
|
/linux-4.1.27/arch/x86/um/ |
D | user-offsets.c | 96 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | ipipe.h | 175 (ipipe_notifier_enabled_p(p) || (unsigned long)sc >= NR_syscalls)
|
/linux-4.1.27/arch/sparc/kernel/ |
D | syscalls.S | 186 cmp %g1, NR_syscalls ! IEU1 Group 210 cmp %g1, NR_syscalls ! IEU1 Group
|
D | entry.S | 989 cmp %g1, NR_syscalls
|
/linux-4.1.27/arch/m68k/kernel/ |
D | entry.S | 158 cmpl #NR_syscalls,%d0 203 cmpl #NR_syscalls,%d0
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | entry.S | 67 cmpl #NR_syscalls,%d0
|
/linux-4.1.27/arch/ia64/kernel/ |
D | patch.c | 172 extern unsigned long ia64_native_fsyscall_table[NR_syscalls];
|
D | gate.S | 333 mov r19=NR_syscalls-1 // A
|
D | fsys.S | 836 .space paravirt_fsyscall_table + 8*NR_syscalls - .zero, 0
|
D | entry.S | 528 mov r3=NR_syscalls - 1 1784 .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
|
D | ivt.S | 763 mov r3=NR_syscalls - 1
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | unistd.h | 416 #define NR_syscalls __NR_syscall macro
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | unistd.h | 293 #define NR_syscalls 355 macro
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | unistd_64.h | 404 #define NR_syscalls 380 macro
|
D | unistd_32.h | 384 #define NR_syscalls 369 macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | unistd.h | 420 #define NR_syscalls 351 macro
|
/linux-4.1.27/arch/ia64/mm/ |
D | init.c | 644 for (i = 0; i < NR_syscalls; ++i) { in mem_init() 645 extern unsigned long sys_call_table[NR_syscalls]; in mem_init()
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 226 cghi %r1,NR_syscalls 317 cghi %r1,NR_syscalls 359 lghi %r0,NR_syscalls
|
D | ptrace.c | 853 regs->gprs[2] >= NR_syscalls)) { in do_syscall_trace_enter()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 886 .rept NR_syscalls - (.-sys_call_table) / 4
|
/linux-4.1.27/arch/avr32/kernel/ |
D | entry-avr32b.S | 213 cp.w r8, NR_syscalls
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 966 .rept NR_syscalls-(.-sys_call_table)/4
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 221 - Have a NR_syscalls variable in <asm/unistd.h> that provides the number
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | entry_64.S | 148 cmpldi 0,r0,NR_syscalls
|
D | entry_32.S | 337 cmplwi 0,r0,NR_syscalls
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | entry.S | 1708 .rept NR_syscalls-(.-_sys_call_table)/4
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 1195 movi NR_syscalls - 1, r4 /* Last valid */
|