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()
221 } else if (pmd_swp_uffd_wp(pmd)) { in page_table_check_pmd_flags()
1887 if (pmd_swp_uffd_wp(*src_pmd)) in copy_huge_non_present_pmd()1901 if (pmd_swp_uffd_wp(*src_pmd)) in copy_huge_non_present_pmd()3164 uffd_wp = pmd_swp_uffd_wp(old_pmd); in __split_huge_pmd_locked()3180 uffd_wp = pmd_swp_uffd_wp(old_pmd); in __split_huge_pmd_locked()5051 if (pmd_swp_uffd_wp(*pvmw->pmd)) in remove_migration_pmd()5072 if (pmd_swp_uffd_wp(*pvmw->pmd)) in remove_migration_pmd()
907 static inline bool pmd_swp_uffd_wp(pmd_t pmd) in pmd_swp_uffd_wp() function
1575 static inline int pmd_swp_uffd_wp(pmd_t pmd) in pmd_swp_uffd_wp() function
599 #define pmd_swp_uffd_wp(pmd) pte_swp_uffd_wp(pmd_pte(pmd)) macro