Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dpgtable-generic.c99 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
Dhuge_memory.c1107 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) in huge_pmd_set_accessed()
1176 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) in do_huge_pmd_wp_page_fallback()
1256 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) in do_huge_pmd_wp_page()
1270 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1343 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1475 if (unlikely(!pmd_same(pmd, *vmf->pmd))) in do_huge_pmd_numa_page()
1540 if (unlikely(!pmd_same(pmd, *vmf->pmd))) { in do_huge_pmd_numa_page()
Dmigrate.c2006 if (unlikely(!pmd_same(*pmd, entry) || !page_ref_freeze(page, 2))) { in migrate_misplaced_transhuge_page()
2076 if (pmd_same(*pmd, entry)) { in migrate_misplaced_transhuge_page()
/Linux-v4.19/include/asm-generic/
Dpgtable.h379 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
389 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3s64.c47 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/Linux-v4.19/arch/x86/mm/
Dpgtable.c513 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1172 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function