Searched refs:newpmd (Results 1 – 4 of 4) 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()
615 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument617 return __pte_flags_need_flush(pmd_val(oldpmd), pmd_val(newpmd)); in huge_pmd_needs_flush()
2521 pmd_t newpmd; in change_non_present_huge_pmd() local2533 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()2535 newpmd = pmd_swp_mksoft_dirty(newpmd); in change_non_present_huge_pmd()2538 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()2540 newpmd = *pmd; in change_non_present_huge_pmd()2544 newpmd = pmd_swp_mkuffd_wp(newpmd); in change_non_present_huge_pmd()2546 newpmd = pmd_swp_clear_uffd_wp(newpmd); in change_non_present_huge_pmd()2547 if (!pmd_same(*pmd, newpmd)) in change_non_present_huge_pmd()2548 set_pmd_at(mm, addr, pmd, newpmd); in change_non_present_huge_pmd()
785 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument