Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dsyscall.c8 static int collect_syscall(struct task_struct *target, struct syscall_info *info) in collect_syscall()
69 int task_current_syscall(struct task_struct *target, struct syscall_info *info) in task_current_syscall()
/linux-6.6.21/include/linux/
Dptrace.h15 struct syscall_info { struct
400 extern int task_current_syscall(struct task_struct *target, struct syscall_info *info);
/linux-6.6.21/fs/proc/
Dbase.c643 struct syscall_info info; in proc_pid_syscall()