2 * SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec,
3 * unsigned long, liovcnt, const struct iovec __user *, rvec,
4 * unsigned long, riovcnt, unsigned long, flags)
8 struct syscallentry syscall_process_vm_readv
= {
9 .name
= "process_vm_readv",
14 .arg2type
= ARG_IOVEC
,
15 .arg3name
= "liovcnt",
16 .arg3type
= ARG_IOVECLEN
,
18 .arg4type
= ARG_IOVEC
,
19 .arg5name
= "riovcnt",
20 .arg5type
= ARG_IOVECLEN
,