Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dhugetlb.h42 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
Dpgtable_32.h417 int __changed = !pte_same(*(__ptep), __entry); \
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dhugetlb.h71 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
Dpgtable.h487 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
497 if (!pte_same(*ptep, entry))
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dpgtable.h430 pte_same (pte_t a, pte_t b) in pte_same() function
502 int __changed = !pte_same(*(__ptep), __entry); \
512 int __changed = !pte_same(*(__ptep), __entry); \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dhugetlb.h65 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
Dpgtable.h787 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
1145 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h317 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
354 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
/kernel/linux/linux-5.10/arch/parisc/mm/
Dhugetlbpage.c177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/kernel/linux/linux-5.10/mm/
Dpgtable-generic.c68 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
Dmemory.c2620 same = pte_same(*page_table, orig_pte); in pte_unmap_same()
2662 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
2690 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
2922 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy()
3047 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault()
3381 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_swap_page()
3453 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
3505 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
4355 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page()
4560 if (unlikely(!pte_same(*vmf->pte, entry))) { in handle_pte_fault()
Dmprotect.c184 if (!pte_same(oldpte, newpte)) { in change_pte_range()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h288 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h342 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h265 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dpgtable.h291 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h493 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
573 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h334 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/kernel/linux/linux-5.10/Documentation/vm/
Darch_pgtable_helpers.rst21 | pte_same | Tests whether both PTE entries are the same |
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dpgtable.h465 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/kernel/linux/linux-5.10/arch/x86/mm/
Dpgtable.c490 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
/kernel/linux/linux-5.10/arch/arm64/mm/
Dfault.c199 if (pte_same(pte, entry)) in ptep_set_access_flags()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h809 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function

12