Searched refs:MM_CP_UFFD_WP (Results 1 – 5 of 5) sorted by relevance
84 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_pte_range()320 return (cp_flags & MM_CP_UFFD_WP) && !vma_is_anonymous(vma); in uffd_wp_protect_file()
738 enable_wp ? MM_CP_UFFD_WP : MM_CP_UFFD_WP_RESOLVE); in uffd_wp_range()
1789 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_huge_pmd()
6417 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in hugetlb_change_protection()
2023 #define MM_CP_UFFD_WP (1UL << 2) /* do wp */ macro2025 #define MM_CP_UFFD_WP_ALL (MM_CP_UFFD_WP | \