/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | hugetlb.h | 42 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable_32.h | 417 int __changed = !pte_same(*(__ptep), __entry); \
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | hugetlb.h | 71 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 487 static inline int pte_same(pte_t pte_a, pte_t pte_b) function 497 if (!pte_same(*ptep, entry))
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgtable.h | 430 pte_same (pte_t a, pte_t b) in pte_same() function 502 int __changed = !pte_same(*(__ptep), __entry); \ 512 int __changed = !pte_same(*(__ptep), __entry); \
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | pgtable.c | 218 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags() 244 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
|
/kernel/linux/linux-5.10/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 | 787 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1145 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgtable.h | 317 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 354 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/kernel/linux/linux-5.10/arch/parisc/mm/ |
D | hugetlbpage.c | 177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/kernel/linux/linux-5.10/mm/ |
D | pgtable-generic.c | 68 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
D | memory.c | 2620 same = pte_same(*page_table, orig_pte); in pte_unmap_same() 2662 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page() 2690 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page() 2922 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy() 3047 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault() 3381 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_swap_page() 3453 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 3505 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 4355 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page() 4560 if (unlikely(!pte_same(*vmf->pte, entry))) { in handle_pte_fault()
|
D | mprotect.c | 184 if (!pte_same(oldpte, newpte)) { in change_pte_range()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 288 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 342 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | pgtable.h | 265 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 291 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | pgtable.h | 493 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 573 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 334 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | arch_pgtable_helpers.rst | 21 | pte_same | Tests whether both PTE entries are the same |
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | pgtable.h | 465 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | pgtable.c | 490 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | fault.c | 199 if (pte_same(pte, entry)) in ptep_set_access_flags()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 809 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|