Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dpgtable-generic.c109 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
Dhuge_memory.c1257 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()
Dmigrate.c2186 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()
Ddebug_vm_pgtable.c170 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpgtable.c44 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h538 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/
Darch_pgtable_helpers.rst85 | pmd_same | Tests whether both PMD entries are the same |
/kernel/linux/linux-5.10/arch/x86/mm/
Dpgtable.c503 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1231 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function