Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dprocess_vm_access.c255 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()
/linux-6.12.1/include/linux/
Dsyscalls.h887 const struct iovec __user *lvec,
893 const struct iovec __user *lvec,