Home
last modified time | relevance | path

Searched refs:task_current_syscall (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/lib/
Dsyscall.c50 int task_current_syscall(struct task_struct *target, long *callno, in task_current_syscall() function
/linux-4.4.14/include/linux/
Dptrace.h405 extern int task_current_syscall(struct task_struct *target, long *callno,
/linux-4.4.14/fs/proc/
Dbase.c670 if (task_current_syscall(task, &nr, args, 6, &sp, &pc)) in proc_pid_syscall()