Home
last modified time | relevance | path

Searched defs:uiov (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/io_uring/
H A Drw.c39 struct compat_iovec __user *uiov; in io_iov_compat_buffer_select_prep() local
57 struct iovec __user *uiov; in io_iov_buffer_select_prep() local
H A Dnet.c213 struct compat_iovec __user *uiov; in io_compat_msg_copy_hdr() local
/openbmc/linux/kernel/
H A Dptrace.c1229 struct iovec __user *uiov = datavp; in ptrace_request() local
1388 struct compat_iovec __user *uiov = in compat_ptrace_request() local
/openbmc/linux/arch/arm64/kernel/
H A Dmte.c501 struct iovec __user *uiov = (void __user *)data; in mte_ptrace_copy_tags() local
/openbmc/linux/lib/
H A Diov_iter.c1336 const struct compat_iovec __user *uiov = in copy_compat_iovec_from_user() local
1366 const struct iovec __user *uiov, unsigned long nr_segs) in copy_iovec_from_user()
/openbmc/linux/fs/
H A Dsplice.c1532 SYSCALL_DEFINE4(vmsplice, int, fd, const struct iovec __user *, uiov, in SYSCALL_DEFINE4() argument