Searched refs:UFFDIO_COPY_MODE_WP (Results 1 – 4 of 4) sorted by relevance
251 #define UFFDIO_COPY_MODE_WP ((__u64)1<<1) macro
576 wp_copy = mode & UFFDIO_COPY_MODE_WP; in __mcopy_atomic()
621 uffdio_copy.mode = UFFDIO_COPY_MODE_WP; in __copy_page()
1715 if (uffdio_copy.mode & ~(UFFDIO_COPY_MODE_DONTWAKE|UFFDIO_COPY_MODE_WP)) in userfaultfd_copy()