Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/admin-guide/mm/
Duserfaultfd.rst103 The primary ioctl to resolve userfaults is UFFDIO_COPY. That
107 UFFDIO_COPY. They're atomic as in guaranteeing that nothing can see an
139 the QEMU running in the destination node runs UFFDIO_COPY|ZEROPAGE
147 userfault was already resolved and waken by a UFFDIO_COPY|ZEROPAGE run
158 usual with the UFFDIO_COPY|ZEROPAGE (without actually knowing if it
171 postcopy thread just before UFFDIO_COPY|ZEROPAGE runs in the migration
221 UFFDIO_COPY on the unmapped area.
227 carefully synchronize calls to UFFDIO_COPY with the events
228 processing. To aid the synchronization, the UFFDIO_COPY ioctl will
230 UFFDIO_COPY, and -ENOENT, when the non-cooperative process has changed
[all …]
/Linux-v4.19/include/uapi/linux/
Duserfaultfd.h67 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \ macro
/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c391 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) { in retry_copy_page()
414 if (ioctl(ufd, UFFDIO_COPY, &uffdio_copy)) { in __copy_page()
/Linux-v4.19/fs/
Duserfaultfd.c1835 case UFFDIO_COPY: in userfaultfd_ioctl()