Home
last modified time | relevance | path

Searched refs:pte_same (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.15/arch/sparc/include/asm/
Dhugetlb.h42 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
Dpgtable_32.h419 int __changed = !pte_same(*(__ptep), __entry); \
/Linux-v5.15/arch/mips/include/asm/
Dhugetlb.h71 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
Dpgtable.h481 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
491 if (!pte_same(*ptep, entry))
/Linux-v5.15/arch/ia64/include/asm/
Dpgtable.h424 pte_same (pte_t a, pte_t b) in pte_same() function
496 int __changed = !pte_same(*(__ptep), __entry); \
506 int __changed = !pte_same(*(__ptep), __entry); \
/Linux-v5.15/arch/powerpc/mm/
Dpgtable.c218 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags()
244 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
/Linux-v5.15/arch/s390/include/asm/
Dhugetlb.h63 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
Dpgtable.h781 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
1139 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
/Linux-v5.15/arch/parisc/mm/
Dhugetlbpage.c177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/Linux-v5.15/mm/
Dpgtable-generic.c68 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
Dmemory.c2735 same = pte_same(*page_table, orig_pte); in pte_unmap_same()
2777 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
2805 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
3037 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy()
3160 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault()
3461 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in remove_device_exclusive_entry()
3564 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
3616 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
4356 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page()
4409 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page()
[all …]
Dmprotect.c185 if (!pte_same(oldpte, newpte)) { in change_pte_range()
Dhugetlb.c4388 if (!pte_same(src_pte_old, entry)) { in copy_hugetlb_page_range()
4705 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_cow()
4741 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_cow()
5160 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
/Linux-v5.15/arch/riscv/include/asm/
Dpgtable.h401 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
438 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
/Linux-v5.15/arch/arm/include/asm/
Dpgtable-3level.h164 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/
Dpgtable.h290 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/
Dpgtable.h340 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/Linux-v5.15/arch/um/include/asm/
Dpgtable.h265 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/Linux-v5.15/arch/xtensa/include/asm/
Dpgtable.h292 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/Linux-v5.15/include/linux/
Dpgtable.h565 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
645 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
/Linux-v5.15/arch/parisc/include/asm/
Dpgtable.h457 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/Linux-v5.15/Documentation/vm/
Darch_pgtable_helpers.rst21 | pte_same | Tests whether both PTE entries are the same |
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/
Dpgtable.h372 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/Linux-v5.15/arch/x86/mm/
Dpgtable.c490 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
/Linux-v5.15/arch/arm64/mm/
Dfault.c204 if (pte_same(pte, entry)) in ptep_set_access_flags()

12