Lines Matching refs:datavp
954 void __user *datavp)
992 return copy_to_user(datavp, &info, write_size) ? -EFAULT : actual_size;
1002 void __user *datavp = (void __user *) data;
1003 unsigned long __user *datalp = datavp;
1031 ret = copy_siginfo_to_user(datavp, &siginfo);
1035 ret = copy_siginfo_from_user(&siginfo, datavp);
1053 if (copy_to_user(datavp, mask, sizeof(sigset_t)))
1069 if (copy_from_user(&new_set, datavp, sizeof(sigset_t))) {
1197 struct iovec __user *uiov = datavp;
1213 ret = ptrace_get_syscall_info(child, addr, datavp);
1218 ret = seccomp_get_filter(child, addr, datavp);
1222 ret = seccomp_get_metadata(child, addr, datavp);