Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Duserfaultfd.c779 mm_cp_flags = MM_CP_UFFD_WP_RESOLVE; in uffd_wp_range()
Dmprotect.c93 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_pte_range()
Dhuge_memory.c1813 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_huge_pmd()
Dhugetlb.c6580 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in hugetlb_change_protection()
/linux-6.6.21/include/linux/
Dmm.h2501 #define MM_CP_UFFD_WP_RESOLVE (1UL << 3) /* Resolve wp */ macro
2503 MM_CP_UFFD_WP_RESOLVE)