Searched refs:lvec (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | process_vm_access.c | 255 const struct iovec __user *lvec, in process_vm_rw() argument 273 rc = import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in process_vm_rw() 292 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec, in SYSCALL_DEFINE6() argument 296 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6() 300 const struct iovec __user *, lvec, in SYSCALL_DEFINE6() argument 304 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1); in SYSCALL_DEFINE6()
|