Searched refs:pmd_swp_uffd_wp (Results 1 – 7 of 7) sorted by relevance
72 static inline int pmd_swp_uffd_wp(pmd_t pmd) in pmd_swp_uffd_wp() function
103 if (pmd_swp_uffd_wp(pmd)) in softleaf_from_pmd()
224 } else if (pmd_swp_uffd_wp(pmd)) { in page_table_check_pmd_flags()
1810 if (pmd_swp_uffd_wp(*src_pmd)) in copy_huge_non_present_pmd()1824 if (pmd_swp_uffd_wp(*src_pmd)) in copy_huge_non_present_pmd()3062 uffd_wp = pmd_swp_uffd_wp(old_pmd); in __split_huge_pmd_locked()3078 uffd_wp = pmd_swp_uffd_wp(old_pmd); in __split_huge_pmd_locked()4936 if (pmd_swp_uffd_wp(*pvmw->pmd)) in remove_migration_pmd()4957 if (pmd_swp_uffd_wp(*pvmw->pmd)) in remove_migration_pmd()
922 static inline bool pmd_swp_uffd_wp(pmd_t pmd) in pmd_swp_uffd_wp() function
2043 if (pmd_swp_uffd_wp(pmd)) in pagemap_pmd_range_thp()2440 if (!pmd_swp_uffd_wp(pmd)) in pagemap_thp_category()
602 #define pmd_swp_uffd_wp(pmd) pte_swp_uffd_wp(pmd_pte(pmd)) macro