/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable.c | 222 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags() 248 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | hugetlb.h | 70 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable_32.h | 430 int __changed = !pte_same(*(__ptep), __entry); \
|
/Linux-v4.19/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-v4.19/arch/mips/include/asm/ |
D | hugetlb.h | 95 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 286 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 323 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | hugetlb.h | 64 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 760 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1083 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/Linux-v4.19/arch/parisc/mm/ |
D | hugetlbpage.c | 183 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/Linux-v4.19/mm/ |
D | pgtable-generic.c | 58 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
D | memory.c | 2324 same = pte_same(*page_table, orig_pte); in pte_unmap_same() 2525 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy() 2643 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault() 2758 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in do_wp_page() 2969 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 3025 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page() 3800 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page() 3995 if (unlikely(!pte_same(*vmf->pte, entry))) in handle_pte_fault()
|
D | hugetlb.c | 3587 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_cow() 3624 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_cow() 3975 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 276 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 303 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-3level.h | 200 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 262 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 246 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 299 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 513 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/Linux-v4.19/arch/x86/mm/ |
D | pgtable.c | 500 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
/Linux-v4.19/arch/arm64/mm/ |
D | fault.c | 207 if (pte_same(pte, entry)) in ptep_set_access_flags()
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 333 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 276 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 799 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 709 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|