Searched refs:user_uffdio_copy (Results 1 – 1 of 1) sorted by relevance
1590 struct uffdio_copy __user *user_uffdio_copy; in userfaultfd_copy() local 1594 user_uffdio_copy = (struct uffdio_copy __user *) arg; in userfaultfd_copy() 1598 if (unlikely(put_user(ret, &user_uffdio_copy->copy))) in userfaultfd_copy() 1604 if (copy_from_user(&uffdio_copy, user_uffdio_copy, in userfaultfd_copy() 1629 if (unlikely(put_user(ret, &user_uffdio_copy->copy))) in userfaultfd_copy()