Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt76 The primary ioctl to resolve userfaults is UFFDIO_COPY. That
80 UFFDIO_COPY. They're atomic as in guaranteeing that nothing can see an
111 the QEMU running in the destination node runs UFFDIO_COPY|ZEROPAGE
119 userfault was already resolved and waken by a UFFDIO_COPY|ZEROPAGE run
130 usual with the UFFDIO_COPY|ZEROPAGE (without actually knowing if it
143 postcopy thread just before UFFDIO_COPY|ZEROPAGE runs in the migration
/linux-4.4.14/include/uapi/linux/
Duserfaultfd.h55 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \ macro
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c232 if (ioctl(uffd, UFFDIO_COPY, &uffdio_copy)) { in copy_page()
/linux-4.4.14/fs/
Duserfaultfd.c1189 case UFFDIO_COPY: in userfaultfd_ioctl()