| /Linux-v5.4/arch/sparc/include/asm/ |
| D | hugetlb.h | 48 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
| D | pgtable_32.h | 430 int __changed = !pte_same(*(__ptep), __entry); \
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | hugetlb.h | 72 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
| /Linux-v5.4/arch/powerpc/mm/ |
| D | pgtable.c | 213 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags() 239 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | pgtable.h | 454 pte_same (pte_t a, pte_t b) in pte_same() function 526 int __changed = !pte_same(*(__ptep), __entry); \ 536 int __changed = !pte_same(*(__ptep), __entry); \
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | pgtable.h | 316 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 353 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | hugetlb.h | 69 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
|
| D | pgtable.h | 800 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1124 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
| /Linux-v5.4/arch/parisc/mm/ |
| D | hugetlbpage.c | 184 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
| /Linux-v5.4/mm/ |
| D | pgtable-generic.c | 59 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
| D | memory.c | 2140 same = pte_same(*page_table, orig_pte); in pte_unmap_same() 2347 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy() 2466 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault() 2584 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in do_wp_page() 2799 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 2855 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 3666 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page() 3861 if (unlikely(!pte_same(*vmf->pte, entry))) in handle_pte_fault()
|
| D | hugetlb.c | 3740 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_cow() 3776 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_cow() 4153 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
|
| D | gup.c | 153 if (!pte_same(*pte, entry)) { in follow_pfn_pte()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 336 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgtable-3level.h | 188 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
| /Linux-v5.4/include/asm-generic/ |
| D | pgtable.h | 333 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 413 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 333 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
| /Linux-v5.4/arch/um/include/asm/ |
| D | pgtable.h | 272 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | pgtable.h | 295 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 345 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | pgtable.h | 542 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
| /Linux-v5.4/arch/x86/mm/ |
| D | pgtable.c | 483 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | fault.c | 204 if (pte_same(pte, entry)) in ptep_set_access_flags()
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
| D | pgtable.h | 801 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | pgtable.h | 725 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|