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 Dpagemap_ioctl.c107 if (!(uffdio_api.api & UFFDIO_REGISTER_MODE_WP) || in init_uffd()
123 uffdio_register.mode = UFFDIO_REGISTER_MODE_WP; in wp_init()
146 uffdio_register.mode = UFFDIO_REGISTER_MODE_WP; in wp_free()
H A Dvm_util.c365 mode |= UFFDIO_REGISTER_MODE_WP; in uffd_register_with_ioctls()