Searched refs:pmd_clear_uffd_wp (Results 1 – 5 of 5) sorted by relevance
47 static __always_inline pmd_t pmd_clear_uffd_wp(pmd_t pmd) in pmd_clear_uffd_wp() function
902 static inline pmd_t pmd_clear_uffd_wp(pmd_t pmd) in pmd_clear_uffd_wp() function
2018 pmd = pmd_clear_uffd_wp(pmd); in copy_huge_pmd()2559 pmd = pmd_clear_uffd_wp(pmd); in clear_uffd_wp_pmd()2736 entry = pmd_clear_uffd_wp(entry); in change_huge_pmd()
539 static inline pmd_t pmd_clear_uffd_wp(pmd_t pmd) in pmd_clear_uffd_wp() function
598 #define pmd_clear_uffd_wp(pmd) pte_pmd(pte_clear_uffd_wp(pmd_pte(pmd))) macro