/linux-4.4.14/arch/sparc/include/asm/ |
D | hugetlb.h | 68 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable_32.h | 429 int __changed = !pte_same(*(__ptep), __entry); \
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 67 #define pte_same(a, b) (pte_val(a) == pte_val(b)) macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | hugetlb.h | 95 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | hugetlb.h | 57 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 586 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1273 if (pte_same(oldpte, entry)) in ptep_set_access_flags()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 453 pte_same (pte_t a, pte_t b) in pte_same() function 525 int __changed = !pte_same(*(__ptep), __entry); \ 535 int __changed = !pte_same(*(__ptep), __entry); \
|
/linux-4.4.14/arch/parisc/mm/ |
D | hugetlbpage.c | 180 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable.c | 205 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags()
|
/linux-4.4.14/mm/ |
D | memory.c | 1956 same = pte_same(*page_table, orig_pte); in pte_unmap_same() 2137 if (likely(pte_same(*page_table, orig_pte))) { in wp_page_copy() 2252 if (!pte_same(*page_table, orig_pte)) { in wp_pfn_shared() 2294 if (!pte_same(*page_table, orig_pte)) { in wp_page_shared() 2362 if (!pte_same(*page_table, orig_pte)) { in do_wp_page() 2525 if (likely(pte_same(*page_table, orig_pte))) in do_swap_page() 2580 if (unlikely(!pte_same(*page_table, orig_pte))) in do_swap_page() 2996 if (!pte_same(*pte, orig_pte)) in do_read_fault() 3006 if (unlikely(!pte_same(*pte, orig_pte))) { in do_read_fault() 3050 if (unlikely(!pte_same(*pte, orig_pte))) { in do_cow_fault() [all …]
|
D | pgtable-generic.c | 51 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
D | swapfile.c | 1123 return pte_same(pte, swp_pte) || pte_same(pte, swp_pte_dirty); in maybe_same_pte() 1125 return pte_same(pte, swp_pte); in maybe_same_pte()
|
D | gup.c | 51 if (!pte_same(*pte, entry)) { in follow_pfn_pte()
|
D | hugetlb.c | 3409 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_cow() 3447 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_cow() 3768 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
|
D | ksm.c | 955 if (!pte_same(*ptep, orig_pte)) { in replace_page()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 277 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
D | pgtable-ppc64.h | 340 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HPTEFLAGS) == 0) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 256 int __changed = !pte_same(*(__ptep), __entry); \
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-3level.h | 201 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
/linux-4.4.14/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-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 288 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/linux-4.4.14/arch/x86/mm/ |
D | pgtable.c | 413 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
/linux-4.4.14/include/asm-generic/ |
D | pgtable.h | 246 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/linux-4.4.14/arch/arm64/mm/ |
D | fault.c | 102 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 313 #define pte_same(a, b) (pte_val(a) == pte_val(b)) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 267 #define pte_same(a, b) ((a).pte == (b).pte) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 512 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 458 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|