Searched refs:ptrace_syscall_info (Results 1 – 3 of 3) sorted by relevance
904 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_entry()916 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()921 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_seccomp()935 return offsetofend(struct ptrace_syscall_info, seccomp.ret_data); in ptrace_get_syscall_info_seccomp()940 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_exit()949 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()957 struct ptrace_syscall_info info = { in ptrace_get_syscall_info()963 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()