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