Home
last modified time | relevance | path

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

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