Searched refs:UFFDIO_COPY (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-signal-pagefault.c | 130 if (ioctl(uffd, UFFDIO_COPY, &uffdio_copy) == -1) { in fault_handler_thread()
|
| /tools/include/uapi/linux/ |
| A D | userfaultfd.h | 94 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \ macro
|
| /tools/testing/selftests/mm/ |
| A D | mkdirty.c | 314 if (ioctl(uffd, UFFDIO_COPY, &uffdio_copy)) { in test_uffdio_copy()
|
| A D | uffd-common.c | 577 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) { in retry_copy_page() 614 if (ioctl(ufd, UFFDIO_COPY, &uffdio_copy)) { in __copy_page()
|
| A D | uffd-unit-tests.c | 1287 DEFINE_MMAP_CHANGING_TEST(copy, UFFDIO_COPY, copy)
|
| /tools/testing/selftests/kvm/ |
| A D | demand_paging_test.c | 76 r = ioctl(uffd, UFFDIO_COPY, ©); in handle_uffd_page_request()
|
| /tools/testing/selftests/x86/ |
| A D | test_shadow_stack.c | 476 if (ioctl(uffd, UFFDIO_COPY, &req)) in uffd_thread()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | page_fault_test.c | 329 ret = ioctl(uffd, UFFDIO_COPY, ©); in uffd_generic_handler()
|
Completed in 16 milliseconds