Searched refs:pmd_uffd_wp (Results 1 – 6 of 6) sorted by relevance
27 static __always_inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
219 if (pmd_uffd_wp(pmd)) in page_table_check_pmd_flags()
3079 if (pmd_uffd_wp(old_pmd)) in __split_huge_zero_page_pmd()3237 uffd_wp = pmd_uffd_wp(old_pmd); in __split_huge_pmd_locked()5020 if (pmd_uffd_wp(pmdval)) in set_pmd_migration_entry()
892 static inline bool pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
529 static inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
596 #define pmd_uffd_wp(pmd) pte_uffd_wp(pmd_pte(pmd)) macro