Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Duserfaultfd.c770 enable_wp ? MM_CP_UFFD_WP : MM_CP_UFFD_WP_RESOLVE); in mwriteprotect_range()
H A Dmprotect.c49 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_pte_range()
H A Dhuge_memory.c1805 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_huge_pmd()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2006 #define MM_CP_UFFD_WP_RESOLVE (1UL << 3) /* Resolve wp */ macro
2008 MM_CP_UFFD_WP_RESOLVE)