Searched refs:UFFDIO_COPY (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/admin-guide/mm/ |
A D | userfaultfd.rst | 109 - ``UFFDIO_COPY`` atomically copies some existing page contents from 128 resolved by either providing a new page (``UFFDIO_COPY``), or mapping 217 the QEMU running in the destination node runs ``UFFDIO_COPY|ZEROPAGE`` 225 userfault was already resolved and waken by a ``UFFDIO_COPY|ZEROPAGE`` run 236 usual with the ``UFFDIO_COPY|ZEROPAGE`` (without actually knowing if it 249 postcopy thread just before ``UFFDIO_COPY|ZEROPAGE`` runs in the migration 299 ``UFFDIO_COPY`` on the unmapped area. 305 carefully synchronize calls to ``UFFDIO_COPY`` with the events 306 processing. To aid the synchronization, the ``UFFDIO_COPY`` ioctl will 309 its virtual memory layout simultaneously with outstanding ``UFFDIO_COPY`` [all …]
|
/linux/include/uapi/linux/ |
A D | userfaultfd.h | 78 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \ macro
|
/linux/tools/testing/selftests/powerpc/tm/ |
A D | tm-signal-pagefault.c | 130 if (ioctl(uffd, UFFDIO_COPY, &uffdio_copy) == -1) { in fault_handler_thread()
|
/linux/tools/testing/selftests/kvm/ |
A D | demand_paging_test.c | 89 r = ioctl(uffd, UFFDIO_COPY, ©); in handle_uffd_page_request()
|
/linux/tools/testing/selftests/vm/ |
A D | userfaultfd.c | 580 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) { in retry_copy_page() 617 if (ioctl(ufd, UFFDIO_COPY, &uffdio_copy)) { in __copy_page()
|
/linux/fs/ |
A D | userfaultfd.c | 1995 case UFFDIO_COPY: in userfaultfd_ioctl()
|
Completed in 14 milliseconds