Searched refs:ptrace_syscall_info (Results 1 – 3 of 3) sorted by relevance
938 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_entry()950 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()955 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_seccomp()969 return offsetofend(struct ptrace_syscall_info, seccomp.ret_data); in ptrace_get_syscall_info_seccomp()974 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_exit()983 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()991 struct ptrace_syscall_info info = { in ptrace_get_syscall_info()997 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()