Searched refs:ptrace_syscall_info (Results 1 – 3 of 3) sorted by relevance
937 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_entry()949 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()954 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_seccomp()968 return offsetofend(struct ptrace_syscall_info, seccomp.ret_data); in ptrace_get_syscall_info_seccomp()973 struct ptrace_syscall_info *info) in ptrace_get_syscall_info_exit()982 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()990 struct ptrace_syscall_info info = { in ptrace_get_syscall_info()996 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()