Searched refs:MM_CP_UFFD_WP (Results 1 – 5 of 5) sorted by relevance
92 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_pte_range()303 return (cp_flags & MM_CP_UFFD_WP) && !vma_is_anonymous(vma); in pgtable_split_needed()314 if (!(cp_flags & MM_CP_UFFD_WP)) in pgtable_populate_needed()
766 mm_cp_flags = MM_CP_UFFD_WP; in uffd_wp_range()
1812 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_huge_pmd()
6572 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in hugetlb_change_protection()
2500 #define MM_CP_UFFD_WP (1UL << 2) /* do wp */ macro2502 #define MM_CP_UFFD_WP_ALL (MM_CP_UFFD_WP | \