Searched refs:newpmd (Results 1 – 3 of 3) sorted by relevance
211 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument213 return __pte_flags_need_flush(pmd_val(oldpmd), pmd_val(newpmd)); in huge_pmd_needs_flush()
748 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument750 return __pte_flags_need_flush(pmd_val(oldpmd), pmd_val(newpmd)); in huge_pmd_needs_flush()
2623 pmd_t newpmd; in change_non_present_huge_pmd() local2635 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()2637 newpmd = pmd_swp_mksoft_dirty(newpmd); in change_non_present_huge_pmd()2640 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()2642 newpmd = *pmd; in change_non_present_huge_pmd()2646 newpmd = pmd_swp_mkuffd_wp(newpmd); in change_non_present_huge_pmd()2648 newpmd = pmd_swp_clear_uffd_wp(newpmd); in change_non_present_huge_pmd()2649 if (!pmd_same(*pmd, newpmd)) in change_non_present_huge_pmd()2650 set_pmd_at(mm, addr, pmd, newpmd); in change_non_present_huge_pmd()