Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dpgtable-generic.c109 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
Dhuge_memory.c1247 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) in huge_pmd_set_accessed()
1275 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1289 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1415 if (unlikely(!pmd_same(pmd, *vmf->pmd))) in do_huge_pmd_numa_page()
1478 if (unlikely(!pmd_same(pmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
2222 if (unlikely(!pmd_same(*pmd, _pmd))) { in __split_huge_pmd()
Dmigrate.c2169 if (unlikely(!pmd_same(*pmd, entry) || !page_ref_freeze(page, 2))) { in migrate_misplaced_transhuge_page()
2243 if (pmd_same(*pmd, entry)) { in migrate_misplaced_transhuge_page()
Ddebug_vm_pgtable.c140 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dpgtable.c44 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/Linux-v5.10/include/linux/
Dpgtable.h537 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
578 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
/Linux-v5.10/Documentation/vm/
Darch_pgtable_helpers.rst85 | pmd_same | Tests whether both PMD entries are the same |
/Linux-v5.10/arch/x86/mm/
Dpgtable.c503 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1227 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function