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()
2518 pmd_t newpmd; in change_non_present_huge_pmd() local2530 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()2532 newpmd = pmd_swp_mksoft_dirty(newpmd); in change_non_present_huge_pmd()2535 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()2537 newpmd = *pmd; in change_non_present_huge_pmd()2541 newpmd = pmd_swp_mkuffd_wp(newpmd); in change_non_present_huge_pmd()2543 newpmd = pmd_swp_clear_uffd_wp(newpmd); in change_non_present_huge_pmd()2544 if (!pmd_same(*pmd, newpmd)) in change_non_present_huge_pmd()2545 set_pmd_at(mm, addr, pmd, newpmd); in change_non_present_huge_pmd()
786 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument