Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dpgtable-generic.c110 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
Dhuge_memory.c1295 if (unlikely(!pmd_same(*vmf->pmd, vmf->orig_pmd))) in huge_pmd_set_accessed()
1324 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1342 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1489 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
1527 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
Ddebug_vm_pgtable.c213 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dpgtable.c55 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/linux-6.1.9/include/linux/
Dpgtable.h675 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
716 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
/linux-6.1.9/Documentation/mm/
Darch_pgtable_helpers.rst87 | pmd_same | Tests whether both PMD entries are the same |
/linux-6.1.9/arch/x86/mm/
Dpgtable.c503 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1272 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function