Searched refs:pmd_same (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/mm/ |
H A D | pgtable-generic.c | 113 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags() 376 if (likely(pmd_same(pmdval, pmdp_get_lockless(pmd)))) { in __pte_offset_map_lock()
|
H A D | huge_memory.c | 1273 if (unlikely(!pmd_same(*vmf->pmd, vmf->orig_pmd))) in huge_pmd_set_accessed() 1299 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page() 1317 if (unlikely(!pmd_same(*vmf->pmd, orig_pmd))) { in do_huge_pmd_wp_page() 1494 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page() 1546 if (unlikely(!pmd_same(oldpmd, *vmf->pmd))) { in do_huge_pmd_numa_page() 1841 if (!pmd_same(*pmd, newpmd)) in change_huge_pmd()
|
H A D | debug_vm_pgtable.c | 187 WARN_ON(!pmd_same(pmd, pmd)); in pmd_basic_tests()
|
/openbmc/linux/include/linux/ |
H A D | pgtable.h | 813 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function 857 WARN_ON_ONCE(pmd_present(*pmdp) && !pmd_same(*pmdp, pmd)); \
|
/openbmc/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 89 | pmd_same | Tests whether both PMD entries are the same |
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 56 changed = !pmd_same(*(pmdp), entry); in pmdp_set_access_flags()
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgtable.c | 516 int changed = !pmd_same(*pmdp, entry); in pmdp_set_access_flags()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 1278 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same() function
|