/Linux-v6.1/arch/sparc/include/asm/ |
D | hugetlb.h | 43 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable_32.h | 405 int __changed = !pte_same(*(__ptep), __entry); \
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | pgtable.h | 407 pte_same (pte_t a, pte_t b) in pte_same() function 479 int __changed = !pte_same(*(__ptep), __entry); \ 489 int __changed = !pte_same(*(__ptep), __entry); \
|
/Linux-v6.1/arch/mips/include/asm/ |
D | hugetlb.h | 74 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 477 static inline int pte_same(pte_t pte_a, pte_t pte_b) function 487 if (!pte_same(*ptep, entry))
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | hugetlb.h | 68 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/Linux-v6.1/arch/s390/include/asm/ |
D | hugetlb.h | 65 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 797 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1203 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/Linux-v6.1/arch/powerpc/mm/ |
D | pgtable.c | 230 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags() 256 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
|
/Linux-v6.1/arch/parisc/mm/ |
D | hugetlbpage.c | 177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/Linux-v6.1/mm/ |
D | pgtable-generic.c | 69 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
D | memory.c | 2841 same = pte_same(*vmf->pte, vmf->orig_pte); in pte_unmap_same() 2884 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in __wp_page_copy_user() 2912 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in __wp_page_copy_user() 3155 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy() 3280 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault() 3635 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in remove_device_exclusive_entry() 3754 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_swap_page() 3835 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 3902 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 4354 return !pte_same(*vmf->pte, vmf->orig_pte); in vmf_pte_changed() [all …]
|
D | mprotect.c | 263 if (!pte_same(oldpte, newpte)) { in change_pte_range()
|
D | hugetlb.c | 4925 if (!pte_same(src_pte_old, entry)) { in copy_hugetlb_page_range() 5410 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_wp() 5447 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_wp() 5575 same = pte_same(huge_ptep_get(ptep), old_pte); in hugetlb_pte_stable() 5741 if (!pte_same(huge_ptep_get(ptep), old_pte)) in hugetlb_no_page() 5918 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable-3level.h | 164 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 430 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 474 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgtable.h | 249 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 274 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/Linux-v6.1/include/linux/ |
D | pgtable.h | 630 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 710 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
|
/Linux-v6.1/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 21 | pte_same | Tests whether both PTE entries are the same |
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | pgtable.h | 454 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 360 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
/Linux-v6.1/arch/x86/mm/ |
D | pgtable.c | 490 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
/Linux-v6.1/arch/arm64/mm/ |
D | fault.c | 204 if (pte_same(pte, entry)) in ptep_set_access_flags()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable.h | 730 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|