Home
last modified time | relevance | path

Searched refs:rvec (Results 1 – 1 of 1) sorted by relevance

/mm/
Dprocess_vm_access.c146 const struct iovec *rvec, in process_vm_rw_core() argument
166 iov_len = rvec[i].iov_len; in process_vm_rw_core()
168 nr_pages_iov = ((unsigned long)rvec[i].iov_base in process_vm_rw_core()
170 / PAGE_SIZE - (unsigned long)rvec[i].iov_base in process_vm_rw_core()
215 (unsigned long)rvec[i].iov_base, rvec[i].iov_len, in process_vm_rw_core()
254 const struct iovec __user *rvec, in process_vm_rw() argument
276 rc = rw_copy_check_uvector(CHECK_IOVEC_ONLY, rvec, riovcnt, UIO_FASTIOV, in process_vm_rw()
292 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument
295 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6()
300 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument
[all …]