Home
last modified time | relevance | path

Searched refs:newpmd (Results 1 – 4 of 4) 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.h615 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument
617 return __pte_flags_need_flush(pmd_val(oldpmd), pmd_val(newpmd)); in huge_pmd_needs_flush()
/linux/mm/
H A Dhuge_memory.c2521 pmd_t newpmd; in change_non_present_huge_pmd() local
2533 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()
/linux/include/asm-generic/
H A Dtlb.h785 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() argument