Lines Matching refs:datavp
987 void __user *datavp)
1025 return copy_to_user(datavp, &info, write_size) ? -EFAULT : actual_size;
1035 void __user *datavp = (void __user *) data;
1036 unsigned long __user *datalp = datavp;
1064 ret = copy_siginfo_to_user(datavp, &siginfo);
1068 ret = copy_siginfo_from_user(&siginfo, datavp);
1086 if (copy_to_user(datavp, mask, sizeof(sigset_t)))
1102 if (copy_from_user(&new_set, datavp, sizeof(sigset_t))) {
1229 struct iovec __user *uiov = datavp;
1245 ret = ptrace_get_syscall_info(child, addr, datavp);
1250 ret = seccomp_get_filter(child, addr, datavp);
1254 ret = seccomp_get_metadata(child, addr, datavp);