/linux-4.1.27/arch/sparc/include/asm/ |
D | hugetlb.h | 72 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.1.27/arch/m32r/include/asm/ |
D | pgtable-2level.h | 67 #define pte_same(a, b) (pte_val(a) == pte_val(b)) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | hugetlb.h | 61 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 574 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1209 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | hugetlb.h | 99 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/linux-4.1.27/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.1.27/mm/ |
D | memory.c | 1915 same = pte_same(*page_table, orig_pte); in pte_unmap_same() 2095 if (likely(pte_same(*page_table, orig_pte))) { in wp_page_copy() 2210 if (!pte_same(*page_table, orig_pte)) { in wp_pfn_shared() 2252 if (!pte_same(*page_table, orig_pte)) { in wp_page_shared() 2320 if (!pte_same(*page_table, orig_pte)) { in do_wp_page() 2483 if (likely(pte_same(*page_table, orig_pte))) in do_swap_page() 2538 if (unlikely(!pte_same(*page_table, orig_pte))) in do_swap_page() 2938 if (!pte_same(*pte, orig_pte)) in do_read_fault() 2948 if (unlikely(!pte_same(*pte, orig_pte))) { in do_read_fault() 2992 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 | 1081 return pte_same(pte, swp_pte) || pte_same(pte, swp_pte_dirty); in maybe_same_pte() 1083 return pte_same(pte, swp_pte); in maybe_same_pte()
|
D | hugetlb.c | 2987 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_cow() 3025 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_cow() 3331 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
|
D | ksm.c | 954 if (!pte_same(*ptep, orig_pte)) { in replace_page()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | pgtable.c | 205 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 296 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
D | pgtable-ppc64.h | 352 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HPTEFLAGS) == 0) macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 256 int __changed = !pte_same(*(__ptep), __entry); \
|
/linux-4.1.27/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.1.27/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.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 284 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable.c | 413 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable.h | 207 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 267 #define pte_same(a, b) ((a).pte == (b).pte) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 313 #define pte_same(a, b) (pte_val(a) == pte_val(b)) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 493 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 433 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|