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()
815 mm_cp_flags = MM_CP_UFFD_WP; in uffd_wp_range()
1801 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_huge_pmd()
6574 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in hugetlb_change_protection()
2506 #define MM_CP_UFFD_WP (1UL << 2) /* do wp */ macro2508 #define MM_CP_UFFD_WP_ALL (MM_CP_UFFD_WP | \