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
891 static inline pmd_t pmd_clear_uffd_wp(pmd_t pmd) in pmd_clear_uffd_wp() function
1938 pmd = pmd_clear_uffd_wp(pmd); in copy_huge_pmd()2454 pmd = pmd_clear_uffd_wp(pmd); in clear_uffd_wp_pmd()2631 entry = pmd_clear_uffd_wp(entry); in change_huge_pmd()
546 static inline pmd_t pmd_clear_uffd_wp(pmd_t pmd) in pmd_clear_uffd_wp() function
638 #define pmd_clear_uffd_wp(pmd) pte_pmd(pte_clear_uffd_wp(pmd_pte(pmd))) macro