Searched refs:ptrace_syscall_info (Results 1 – 3 of 3) sorted by relevance
939 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_entry()951 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()956 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_seccomp()970 return offsetofend(struct ptrace_syscall_info, seccomp.ret_data); in ptrace_get_syscall_info_seccomp()975 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_exit()984 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()992 struct ptrace_syscall_info info = { in ptrace_get_syscall_info()998 unsigned long actual_size = offsetof(struct ptrace_syscall_info, entry); in ptrace_get_syscall_info()
82 struct ptrace_syscall_info { struct
113 struct ptrace_syscall_info info = { in TEST()