Home
last modified time | relevance | path

Searched refs:maxargs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/lib/
Dsyscall.c7 unsigned long args[6], unsigned int maxargs, in collect_syscall() argument
18 if (*callno != -1L && maxargs > 0) in collect_syscall()
19 syscall_get_arguments(target, regs, 0, maxargs, args); in collect_syscall()
51 unsigned long args[6], unsigned int maxargs, in task_current_syscall() argument
57 if (unlikely(maxargs > 6)) in task_current_syscall()
61 return collect_syscall(target, callno, args, maxargs, sp, pc); in task_current_syscall()
69 unlikely(collect_syscall(target, callno, args, maxargs, sp, pc)) || in task_current_syscall()
/linux-4.4.14/include/linux/
Dptrace.h406 unsigned long args[6], unsigned int maxargs,