Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dpgtable-generic.c110 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
A Dhuge_memory.c1293 if (unlikely(!pmd_same(*vmf->pmd, vmf->orig_pmd))) in huge_pmd_set_accessed()
1319 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1337 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1515 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
1564 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
A Ddebug_vm_pgtable.c199 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dpgtable.c55 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/linux-6.3-rc2/include/linux/
A Dpgtable.h680 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
721 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
/linux-6.3-rc2/Documentation/mm/
A Darch_pgtable_helpers.rst85 | pmd_same | Tests whether both PMD entries are the same |
/linux-6.3-rc2/arch/x86/mm/
A Dpgtable.c507 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h1199 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function

Completed in 27 milliseconds