Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmprotect.c92 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()
H A Duserfaultfd.c815 mm_cp_flags = MM_CP_UFFD_WP; in uffd_wp_range()
H A Dhuge_memory.c1801 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_huge_pmd()
H A Dhugetlb.c6574 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in hugetlb_change_protection()
/openbmc/linux/include/linux/
H A Dmm.h2506 #define MM_CP_UFFD_WP (1UL << 2) /* do wp */ macro
2508 #define MM_CP_UFFD_WP_ALL (MM_CP_UFFD_WP | \