Home
last modified time | relevance | path

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

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