Home
last modified time | relevance | path

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

/linux/mm/
H A Dmprotect.c96 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_pte_range()
H A Duserfaultfd.c915 mm_cp_flags = MM_CP_UFFD_WP_RESOLVE; in uffd_wp_range()
H A Dhuge_memory.c2211 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_huge_pmd()
H A Dhugetlb.c6762 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in hugetlb_mfill_atomic_pte()
/linux/include/linux/
H A Dmm.h2563 #define MM_CP_UFFD_WP_RESOLVE (1UL << 3) /* Resolve wp */ macro
2565 MM_CP_UFFD_WP_RESOLVE)