Searched refs:pmd_same (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
D | pgtable-generic.c | 109 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
|
D | huge_memory.c | 1257 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) in huge_pmd_set_accessed() 1285 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page() 1299 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page() 1425 if (unlikely(!pmd_same(pmd, *vmf->pmd))) in do_huge_pmd_numa_page() 1488 if (unlikely(!pmd_same(pmd, *vmf->pmd))) { in do_huge_pmd_numa_page() 2250 if (unlikely(!pmd_same(*pmd, _pmd))) { in __split_huge_pmd()
|
D | migrate.c | 2186 if (unlikely(!pmd_same(*pmd, entry) || !page_ref_freeze(page, 2))) { in migrate_misplaced_transhuge_page() 2260 if (pmd_same(*pmd, entry)) { in migrate_misplaced_transhuge_page()
|
D | debug_vm_pgtable.c | 170 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 44 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
|
/kernel/linux/linux-5.10/include/linux/ |
D | pgtable.h | 538 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function 579 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | arch_pgtable_helpers.rst | 85 | pmd_same | Tests whether both PMD entries are the same |
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | pgtable.c | 503 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1231 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
|