Home
last modified time | relevance | path

Searched refs:UFFDIO_REGISTER_MODE_WP (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Duserfaultfd.h27 UFFDIO_REGISTER_MODE_WP | \
264 #define UFFDIO_REGISTER_MODE_WP ((__u64)1<<1) macro
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst201 Firstly you need to register a range with ``UFFDIO_REGISTER_MODE_WP``.
217 ``UFFDIO_REGISTER_MODE_WP`` then you need to think about the sequence in
242 When using ``UFFDIO_REGISTER_MODE_WP`` in combination with either
H A Dpagemap.rst309 3. The memory range is registered with ``UFFDIO_REGISTER_MODE_WP`` mode
/linux/tools/testing/selftests/mm/
H A Dvm_util.c317 mode |= UFFDIO_REGISTER_MODE_WP; in detect_hugetlb_page_sizes()
H A Dpagemap_ioctl.c109 if (!(uffdio_api.api & UFFDIO_REGISTER_MODE_WP) || in init_uffd()
125 uffdio_register.mode = UFFDIO_REGISTER_MODE_WP; in wp_init()
148 uffdio_register.mode = UFFDIO_REGISTER_MODE_WP; in wp_free()