Searched refs:pmd_same (Results 1 – 8 of 8) sorted by relevance
/linux/mm/ |
A D | pgtable-generic.c | 109 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
|
A D | huge_memory.c | 1269 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 D | debug_vm_pgtable.c | 211 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
|
/linux/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 46 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
|
/linux/include/linux/ |
A D | pgtable.h | 610 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 D | arch_pgtable_helpers.rst | 85 | pmd_same | Tests whether both PMD entries are the same |
|
/linux/arch/x86/mm/ |
A D | pgtable.c | 503 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 1267 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
|
Completed in 22 milliseconds