Searched refs:UFFDIO_COPY (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/Documentation/admin-guide/mm/ |
| D | userfaultfd.rst | 103 The primary ioctl to resolve userfaults is ``UFFDIO_COPY``. That 107 Other ioctl works similarly to ``UFFDIO_COPY``. They're atomic as in 115 the uffd. You must provide either ``UFFDIO_COPY`` or ``UFFDIO_ZEROPAGE``. 125 uffd. You can supply as many pages as you want with ``UFFDIO_COPY`` or 191 the QEMU running in the destination node runs ``UFFDIO_COPY|ZEROPAGE`` 199 userfault was already resolved and waken by a ``UFFDIO_COPY|ZEROPAGE`` run 210 usual with the ``UFFDIO_COPY|ZEROPAGE`` (without actually knowing if it 223 postcopy thread just before ``UFFDIO_COPY|ZEROPAGE`` runs in the migration 273 ``UFFDIO_COPY`` on the unmapped area. 279 carefully synchronize calls to ``UFFDIO_COPY`` with the events [all …]
|
| /Linux-v5.10/include/uapi/linux/ |
| D | userfaultfd.h | 70 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \ macro
|
| /Linux-v5.10/tools/testing/selftests/powerpc/tm/ |
| D | tm-signal-pagefault.c | 130 if (ioctl(uffd, UFFDIO_COPY, &uffdio_copy) == -1) { in fault_handler_thread()
|
| /Linux-v5.10/tools/testing/selftests/kvm/ |
| D | demand_paging_test.c | 92 r = ioctl(uffd, UFFDIO_COPY, ©); in handle_uffd_page_request()
|
| /Linux-v5.10/tools/testing/selftests/vm/ |
| D | userfaultfd.c | 481 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) { in retry_copy_page() 510 if (ioctl(ufd, UFFDIO_COPY, &uffdio_copy)) { in __copy_page()
|
| /Linux-v5.10/fs/ |
| D | userfaultfd.c | 1893 case UFFDIO_COPY: in userfaultfd_ioctl()
|