Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c397 static void retry_copy_page(int ufd, struct uffdio_copy *uffdio_copy, in retry_copy_page() argument
400 uffd_test_ops->alias_mapping(&uffdio_copy->dst, in retry_copy_page()
401 uffdio_copy->len, in retry_copy_page()
403 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) { in retry_copy_page()
405 if (uffdio_copy->copy != -EEXIST) in retry_copy_page()
407 uffdio_copy->copy), exit(1); in retry_copy_page()
410 uffdio_copy->copy), exit(1); in retry_copy_page()
416 struct uffdio_copy uffdio_copy; in __copy_page() local
421 uffdio_copy.dst = (unsigned long) area_dst + offset; in __copy_page()
422 uffdio_copy.src = (unsigned long) area_src + offset; in __copy_page()
[all …]
/external/kernel-headers/original/uapi/linux/
Duserfaultfd.h68 struct uffdio_copy)
202 struct uffdio_copy { struct
/external/syzkaller/sys/linux/
Duffd.txt16 ioctl$UFFDIO_COPY(fd fd_uffd, cmd const[UFFDIO_COPY], arg ptr[in, uffdio_copy])
42 uffdio_copy {
/external/strace/
Duserfaultfd.c112 struct uffdio_copy uc; in uffdio_ioctl()
/external/strace/tests-mx32/
Dioctl_uffdio.c138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()
/external/strace/tests-m32/
Dioctl_uffdio.c138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()
/external/strace/tests/
Dioctl_uffdio.c138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()