Searched refs:ptrace_syscall_info (Results 1 – 3 of 3) sorted by relevance
905 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_entry()917 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()922 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_seccomp()936 return offsetofend(struct ptrace_syscall_info, seccomp.ret_data); in ptrace_get_syscall_info_seccomp()941 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_exit()950 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()958 struct ptrace_syscall_info info = { in ptrace_get_syscall_info()964 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()