Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmprotect.c48 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_pte_range()
Duserfaultfd.c720 enable_wp ? MM_CP_UFFD_WP : MM_CP_UFFD_WP_RESOLVE); in mwriteprotect_range()
Dhuge_memory.c1732 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_huge_pmd()
/Linux-v5.15/include/linux/
Dmm.h1890 #define MM_CP_UFFD_WP (1UL << 2) /* do wp */ macro
1892 #define MM_CP_UFFD_WP_ALL (MM_CP_UFFD_WP | \