Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpgtable-generic.c113 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
376 if (likely(pmd_same(pmdval, pmdp_get_lockless(pmd)))) { in __pte_offset_map_lock()
H A Dhuge_memory.c1273 if (unlikely(!pmd_same(*vmf->pmd, vmf->orig_pmd))) in huge_pmd_set_accessed()
1299 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1317 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1494 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
1546 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
1841 if (!pmd_same(*pmd, newpmd)) in change_huge_pmd()
H A Ddebug_vm_pgtable.c187 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
/openbmc/linux/include/linux/
H A Dpgtable.h813 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
857 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst89 | pmd_same | Tests whether both PMD entries are the same |
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c56 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c516 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1278 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function