Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/admin-guide/mm/
A Duserfaultfd.rst142 - ``UFFDIO_COPY`` atomically copies some existing page contents from
161 resolved by either providing a new page (``UFFDIO_COPY``), or mapping
250 the QEMU running in the destination node runs ``UFFDIO_COPY|ZEROPAGE``
258 userfault was already resolved and waken by a ``UFFDIO_COPY|ZEROPAGE`` run
269 usual with the ``UFFDIO_COPY|ZEROPAGE`` (without actually knowing if it
282 postcopy thread just before ``UFFDIO_COPY|ZEROPAGE`` runs in the migration
332 ``UFFDIO_COPY`` on the unmapped area.
338 carefully synchronize calls to ``UFFDIO_COPY`` with the events
339 processing. To aid the synchronization, the ``UFFDIO_COPY`` ioctl will
342 its virtual memory layout simultaneously with outstanding ``UFFDIO_COPY``
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Duserfaultfd.h85 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \ macro
/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/
A Dtm-signal-pagefault.c130 if (ioctl(uffd, UFFDIO_COPY, &uffdio_copy) == -1) { in fault_handler_thread()
/linux-6.3-rc2/tools/testing/selftests/kvm/
A Ddemand_paging_test.c79 r = ioctl(uffd, UFFDIO_COPY, &copy); in handle_uffd_page_request()
/linux-6.3-rc2/tools/testing/selftests/mm/
A Duserfaultfd.c643 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) { in retry_copy_page()
680 if (ioctl(ufd, UFFDIO_COPY, &uffdio_copy)) { in __copy_page()
/linux-6.3-rc2/tools/testing/selftests/kvm/aarch64/
A Dpage_fault_test.c331 ret = ioctl(uffd, UFFDIO_COPY, &copy); in uffd_generic_handler()
/linux-6.3-rc2/fs/
A Duserfaultfd.c2018 case UFFDIO_COPY: in userfaultfd_ioctl()

Completed in 16 milliseconds