Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c323 struct uffdio_copy uffdio_copy; in copy_page() local
328 uffdio_copy.dst = (unsigned long) area_dst + offset; in copy_page()
329 uffdio_copy.src = (unsigned long) area_src + offset; in copy_page()
330 uffdio_copy.len = page_size; in copy_page()
331 uffdio_copy.mode = 0; in copy_page()
332 uffdio_copy.copy = 0; in copy_page()
333 if (ioctl(ufd, UFFDIO_COPY, &uffdio_copy)) { in copy_page()
335 if (uffdio_copy.copy != -EEXIST) in copy_page()
337 uffdio_copy.copy), exit(1); in copy_page()
338 } else if (uffdio_copy.copy != page_size) { in copy_page()
[all …]
/external/kernel-headers/original/uapi/linux/
Duserfaultfd.h56 struct uffdio_copy)
135 struct uffdio_copy { struct
/external/strace/
Duserfaultfd.c88 struct uffdio_copy uc; in uffdio_ioctl()
/external/strace/tests-mx32/
Dioctl_uffdio.c131 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()
/external/strace/tests-m32/
Dioctl_uffdio.c131 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()
/external/strace/tests/
Dioctl_uffdio.c131 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()