Home
last modified time | relevance | path

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

/linux/mm/
A Dpgtable-generic.c109 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
A Dhuge_memory.c1269 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) in huge_pmd_set_accessed()
1298 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1312 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1438 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
1471 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
2188 if (unlikely(!pmd_same(*pmd, _pmd))) { in __split_huge_pmd()
A Ddebug_vm_pgtable.c211 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c46 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/linux/include/linux/
A Dpgtable.h610 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
651 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
/linux/Documentation/vm/
A Darch_pgtable_helpers.rst85 | pmd_same | Tests whether both PMD entries are the same |
/linux/arch/x86/mm/
A Dpgtable.c503 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h1267 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function

Completed in 36 milliseconds