| /Linux-v6.6/arch/sparc/include/asm/ |
| D | hugetlb.h | 45 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
| D | pgtable_32.h | 423 int __changed = !pte_same(*(__ptep), __entry); \
|
| /Linux-v6.6/arch/ia64/include/asm/ |
| D | pgtable.h | 393 pte_same (pte_t a, pte_t b) in pte_same() function 488 int __changed = !pte_same(*(__ptep), __entry); \ 498 int __changed = !pte_same(*(__ptep), __entry); \
|
| /Linux-v6.6/arch/mips/include/asm/ |
| D | hugetlb.h | 74 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
| D | pgtable.h | 488 static inline int pte_same(pte_t pte_a, pte_t pte_b) function 498 if (!pte_same(*ptep, entry))
|
| /Linux-v6.6/arch/loongarch/include/asm/ |
| D | hugetlb.h | 68 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
| /Linux-v6.6/arch/powerpc/mm/ |
| D | pgtable.c | 251 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags() 277 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
|
| /Linux-v6.6/arch/s390/include/asm/ |
| D | hugetlb.h | 67 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
|
| D | pgtable.h | 808 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1264 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
| /Linux-v6.6/arch/parisc/mm/ |
| D | hugetlbpage.c | 177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
| /Linux-v6.6/mm/ |
| D | memory.c | 2790 same = pte_same(ptep_get(vmf->pte), vmf->orig_pte); in pte_unmap_same() 2841 if (unlikely(!vmf->pte || !pte_same(ptep_get(vmf->pte), vmf->orig_pte))) { in __wp_page_copy_user() 2869 if (unlikely(!vmf->pte || !pte_same(ptep_get(vmf->pte), vmf->orig_pte))) { in __wp_page_copy_user() 3116 if (likely(vmf->pte && pte_same(ptep_get(vmf->pte), vmf->orig_pte))) { in wp_page_copy() 3240 if (!pte_same(ptep_get(vmf->pte), vmf->orig_pte)) { in finish_mkwrite_fault() 3616 if (likely(vmf->pte && pte_same(ptep_get(vmf->pte), vmf->orig_pte))) in remove_device_exclusive_entry() 3661 if (pte_same(vmf->orig_pte, ptep_get(vmf->pte))) in pte_marker_clear() 3761 !pte_same(ptep_get(vmf->pte), in do_swap_page() 3840 pte_same(ptep_get(vmf->pte), vmf->orig_pte))) in do_swap_page() 3907 if (unlikely(!vmf->pte || !pte_same(ptep_get(vmf->pte), vmf->orig_pte))) in do_swap_page() [all …]
|
| D | pgtable-generic.c | 72 int changed = !pte_same(ptep_get(ptep), entry); in ptep_set_access_flags()
|
| D | hugetlb.c | 5172 if (!pte_same(src_pte_old, entry)) { in copy_hugetlb_page_range() 5676 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_wp() 5715 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_wp() 5839 same = pte_same(huge_ptep_get(ptep), old_pte); in hugetlb_pte_stable() 6005 if (!pte_same(huge_ptep_get(ptep), old_pte)) in hugetlb_no_page() 6196 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault() 6646 if (!pte_same(pte, newpte)) in hugetlb_change_protection()
|
| D | mprotect.c | 257 if (!pte_same(oldpte, newpte)) { in change_pte_range()
|
| /Linux-v6.6/arch/arm/include/asm/ |
| D | pgtable-3level.h | 167 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
| /Linux-v6.6/arch/um/include/asm/ |
| D | pgtable.h | 248 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
| /Linux-v6.6/arch/riscv/include/asm/ |
| D | pgtable.h | 500 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 551 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
|
| /Linux-v6.6/arch/xtensa/include/asm/ |
| D | pgtable.h | 279 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
| /Linux-v6.6/arch/parisc/include/asm/ |
| D | pgtable.h | 482 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
| /Linux-v6.6/Documentation/mm/ |
| D | arch_pgtable_helpers.rst | 19 | pte_same | Tests whether both PTE entries are the same |
|
| /Linux-v6.6/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 363 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
| /Linux-v6.6/include/linux/ |
| D | pgtable.h | 747 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 830 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
|
| /Linux-v6.6/arch/x86/mm/ |
| D | pgtable.c | 503 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
| /Linux-v6.6/arch/arm64/mm/ |
| D | fault.c | 219 if (pte_same(pte, entry)) in ptep_set_access_flags()
|
| /Linux-v6.6/arch/powerpc/include/asm/book3s/64/ |
| D | pgtable.h | 762 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|