Home
last modified time | relevance | path

Searched refs:newpmd (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h211 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument
213 return __pte_flags_need_flush(pmd_val(oldpmd), pmd_val(newpmd)); in huge_pmd_needs_flush()
/linux/arch/arm64/include/asm/
H A Dtlbflush.h748 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument
750 return __pte_flags_need_flush(pmd_val(oldpmd), pmd_val(newpmd)); in huge_pmd_needs_flush()
/linux/mm/
H A Dhuge_memory.c2623 pmd_t newpmd; in change_non_present_huge_pmd() local
2635 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()