Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dpgtable-generic.c113 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
374 if (likely(pmd_same(pmdval, pmdp_get_lockless(pmd)))) { in __pte_offset_map_lock()
Dhuge_memory.c1280 if (unlikely(!pmd_same(*vmf->pmd, vmf->orig_pmd))) in huge_pmd_set_accessed()
1306 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1324 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1501 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
1550 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
1852 if (!pmd_same(*pmd, newpmd)) in change_huge_pmd()
Ddebug_vm_pgtable.c202 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
/linux-6.6.21/Documentation/mm/
Darch_pgtable_helpers.rst89 | pmd_same | Tests whether both PMD entries are the same |
/linux-6.6.21/include/linux/
Dpgtable.h792 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
836 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dpgtable.c56 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/linux-6.6.21/arch/x86/mm/
Dpgtable.c516 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1278 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function