Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Dpgtable.h228 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
233 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
/linux-4.1.27/mm/
Dpgtable-generic.c66 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
Dhuge_memory.c930 if (unlikely(!pmd_same(*pmd, orig_pmd))) in huge_pmd_set_accessed()
1030 if (unlikely(!pmd_same(*pmd, orig_pmd))) in do_huge_pmd_wp_page_fallback()
1100 if (unlikely(!pmd_same(*pmd, orig_pmd))) in do_huge_pmd_wp_page()
1168 if (unlikely(!pmd_same(*pmd, orig_pmd))) { in do_huge_pmd_wp_page()
1277 if (unlikely(!pmd_same(pmd, *pmdp))) in do_huge_pmd_numa_page()
1336 if (unlikely(!pmd_same(pmd, *pmdp))) { in do_huge_pmd_numa_page()
Dmigrate.c1767 if (unlikely(!pmd_same(*pmd, entry) || page_count(page) != 2)) { in migrate_misplaced_transhuge_page()
1847 if (pmd_same(*pmd, entry)) { in migrate_misplaced_transhuge_page()
/linux-4.1.27/arch/x86/mm/
Dpgtable.c428 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable-ppc64.h534 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
/linux-4.1.27/arch/powerpc/mm/
Dpgtable_64.c512 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
/linux-4.1.27/arch/s390/mm/
Dpgtable.c1351 if (pmd_same(*pmdp, entry)) in pmdp_set_access_flags()