Home
last modified time | relevance | path

Searched refs:pmd_same (Results 1 – 7 of 7) sorted by relevance

/linux/arch/s390/mm/
H A Dgmap_helpers.c71 if (unlikely(!pmd_same(pmdval, pmdp_get_lockless(pmdp)))) { in try_get_locked_pte()
/linux/arch/arm/mm/
H A Dfault-armv.c108 if (unlikely(!pmd_same(pmdval, pmdp_get_lockless(pmd)))) { in adjust_pte()
/linux/mm/
H A Dhuge_memory.c1405 if (unlikely(!pmd_same(*vmf->pmd, vmf->orig_pmd))) { in __do_huge_pmd_anonymous_page()
2037 if (unlikely(!pmd_same(*vmf->pmd, vmf->orig_pmd))) in touch_pud()
2059 if (unlikely(!pmd_same(pmdp_get(vmf->pmd), vmf->orig_pmd))) in copy_huge_pud()
2099 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in huge_pmd_set_accessed()
2117 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_zero_wp_pmd()
2214 if (unlikely(!pmd_same(old_pmd, vmf->orig_pmd))) { in do_huge_pmd_wp_page()
2257 if (unlikely(!pmd_same(pmdp_get(vmf->pmd), vmf->orig_pmd))) { in can_change_pmd_writable()
2589 if (!pmd_same(*pmd, newpmd)) in move_huge_pmd()
2808 if (unlikely(!pmd_same(*src_pmd, src_pmdval) || in move_pages_huge_pmd()
2809 !pmd_same(*dst_pm in move_pages_huge_pmd()
[all...]
H A Duserfaultfd.c1201 pmd_same(dst_pmdval, pmdp_get_lockless(dst_pmd)); in check_ptes_for_batched_move()
1441 * also need to obtain dst_pmdval and recheck pmd_same() later. in move_pages_ptes()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst83 | pmd_same | Tests whether both PMD entries are the same |
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1235 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1727 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \