Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmprotect.c49 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_pte_range()
Duserfaultfd.c720 enable_wp ? MM_CP_UFFD_WP : MM_CP_UFFD_WP_RESOLVE); in mwriteprotect_range()
Dhuge_memory.c1733 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_huge_pmd()
/Linux-v5.15/include/linux/
Dmm.h1891 #define MM_CP_UFFD_WP_RESOLVE (1UL << 3) /* Resolve wp */ macro
1893 MM_CP_UFFD_WP_RESOLVE)