Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dpgtable.h267 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
272 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
/linux-4.4.14/mm/
Dpgtable-generic.c106 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
Dhuge_memory.c999 if (unlikely(!pmd_same(*pmd, orig_pmd))) in huge_pmd_set_accessed()
1099 if (unlikely(!pmd_same(*pmd, orig_pmd))) in do_huge_pmd_wp_page_fallback()
1169 if (unlikely(!pmd_same(*pmd, orig_pmd))) in do_huge_pmd_wp_page()
1237 if (unlikely(!pmd_same(*pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1346 if (unlikely(!pmd_same(pmd, *pmdp))) in do_huge_pmd_numa_page()
1405 if (unlikely(!pmd_same(pmd, *pmdp))) { in do_huge_pmd_numa_page()
Dmigrate.c1788 if (unlikely(!pmd_same(*pmd, entry) || page_count(page) != 2)) { in migrate_misplaced_transhuge_page()
1868 if (pmd_same(*pmd, entry)) { in migrate_misplaced_transhuge_page()
/linux-4.4.14/arch/x86/mm/
Dpgtable.c428 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h546 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c502 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1275 if (pmd_same(*pmdp, entry)) in pmdp_set_access_flags()