/linux-4.4.14/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.4.14/kernel/trace/ |
D | trace_syscalls.c | 103 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() 355 if (syscall_nr < 0 || syscall_nr >= NR_syscalls) in ftrace_syscall_exit() 396 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_enter() 416 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_enter() 434 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in reg_event_syscall_exit() 454 if (WARN_ON_ONCE(num < 0 || num >= NR_syscalls)) in unreg_event_syscall_exit() 470 if (num < 0 || num >= NR_syscalls) { in init_syscall_trace() 524 syscalls_metadata = kcalloc(NR_syscalls, sizeof(*syscalls_metadata), in init_ftrace_syscalls() 531 for (i = 0; i < NR_syscalls; i++) { in init_ftrace_syscalls() [all …]
|
D | trace.h | 228 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls]; 229 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
|
/linux-4.4.14/arch/arc/kernel/ |
D | sys.c | 13 void *sys_call_table[NR_syscalls] = { 14 [0 ... NR_syscalls-1] = sys_ni_syscall,
|
D | entry.S | 178 cmp r8, NR_syscalls
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-common.S | 123 .equ NR_syscalls,0 define 124 #define CALL(x) .equ NR_syscalls,NR_syscalls+1 131 .ifne NR_syscalls - __NR_syscalls 226 cmp scno, #NR_syscalls @ check upper syscall limit 265 cmp scno, #NR_syscalls @ check upper syscall limit 319 cmpne scno, #NR_syscalls @ check range
|
D | calls.S | 404 .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
|
/linux-4.4.14/arch/m68k/68360/ |
D | entry.S | 48 cmpl #NR_syscalls,%d1 79 cmpl #NR_syscalls,%d0
|
/linux-4.4.14/arch/tile/include/uapi/asm/ |
D | unistd.h | 23 #define NR_syscalls __NR_syscalls macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 338 macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | unistd.h | 13 #define NR_syscalls 321 macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 376 macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 365 macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | unistd.h | 17 #define NR_syscalls 340 macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | unistd.h | 56 #define NR_syscalls (__NR_syscalls) macro
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
D | unistd.h | 27 #define NR_syscalls __NR_syscalls macro
|
/linux-4.4.14/arch/sparc/kernel/ |
D | syscalls.S | 173 cmp %g1, NR_syscalls 203 cmp %g1, NR_syscalls 222 cmp %g1, NR_syscalls ! IEU1 Group 246 cmp %g1, NR_syscalls ! IEU1 Group
|
D | entry.S | 962 cmp %g1, NR_syscalls 1006 cmp %g1, NR_syscalls
|
/linux-4.4.14/arch/sh/include/asm/ |
D | ftrace.h | 7 #define FTRACE_SYSCALL_MAX NR_syscalls
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | unistd.h | 18 #define NR_syscalls __NR_syscalls macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | unistd.h | 14 #define NR_syscalls 323 /* length of syscall table */ macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | unistd.h | 7 #define NR_syscalls 326 macro
|
/linux-4.4.14/arch/m68k/68000/ |
D | entry.S | 52 cmpl #NR_syscalls,%d1 83 cmpl #NR_syscalls,%d0
|
/linux-4.4.14/arch/arm/include/asm/ |
D | syscall.h | 17 #define NR_syscalls (__NR_syscalls) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | syscall.h | 99 #define NR_syscalls __NR_syscalls macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | asm-offsets_64.c | 67 DEFINE(NR_syscalls, sizeof(syscalls_64)); in main()
|
D | asm-offsets_32.c | 74 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
/linux-4.4.14/arch/x86/um/ |
D | user-offsets.c | 96 DEFINE(NR_syscalls, sizeof(syscalls)); in foo()
|
/linux-4.4.14/arch/ia64/mm/ |
D | init.c | 637 for (i = 0; i < NR_syscalls; ++i) { in mem_init() 638 extern unsigned long fsyscall_table[NR_syscalls]; in mem_init() 639 extern unsigned long sys_call_table[NR_syscalls]; in mem_init()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | ipipe.h | 175 (ipipe_notifier_enabled_p(p) || (unsigned long)sc >= NR_syscalls)
|
/linux-4.4.14/arch/x86/include/asm/ |
D | syscall.h | 31 #define IA32_NR_syscalls NR_syscalls
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 158 cmpl #NR_syscalls,%d0 203 cmpl #NR_syscalls,%d0
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | entry.S | 67 cmpl #NR_syscalls,%d0
|
/linux-4.4.14/arch/ia64/kernel/ |
D | patch.c | 174 extern unsigned long fsyscall_table[NR_syscalls]; in patch_fsyscall_table()
|
D | gate.S | 333 mov r19=NR_syscalls-1 // A
|
D | fsys.S | 836 .space fsyscall_table + 8*NR_syscalls - .zero, 0
|
D | entry.S | 525 mov r3=NR_syscalls - 1 1776 .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.4.14/arch/blackfin/include/uapi/asm/ |
D | unistd.h | 416 #define NR_syscalls __NR_syscall macro
|
/linux-4.4.14/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.4.14/arch/sparc/include/uapi/asm/ |
D | unistd.h | 426 #define NR_syscalls 357 macro
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | unistd.h | 313 #define NR_syscalls 375 macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | entry_64.S | 155 cmpldi 0,r0,NR_syscalls 270 cmpldi r0,NR_syscalls
|
D | entry_32.S | 338 cmplwi 0,r0,NR_syscalls 462 cmplwi r0,NR_syscalls
|
D | ptrace.c | 1856 if (abort || regs->gpr[0] >= NR_syscalls) { in do_syscall_trace_enter()
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 284 cghi %r1,NR_syscalls 382 cghi %r1,NR_syscalls 424 lghi %r0,NR_syscalls
|
D | ptrace.c | 841 regs->gprs[2] >= NR_syscalls)) { in do_syscall_trace_enter()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 905 .rept NR_syscalls - (.-sys_call_table) / 4
|
/linux-4.4.14/arch/avr32/kernel/ |
D | entry-avr32b.S | 213 cp.w r8, NR_syscalls
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 974 .rept NR_syscalls-(.-sys_call_table)/4
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 221 - Have a NR_syscalls variable in <asm/unistd.h> that provides the number
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | entry.S | 1708 .rept NR_syscalls-(.-_sys_call_table)/4
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 1195 movi NR_syscalls - 1, r4 /* Last valid */
|