Home
last modified time | relevance | path

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

12

/Linux-v5.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); \
/Linux-v5.10/arch/mips/include/asm/
Dhugetlb.h65 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))
/Linux-v5.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); \
/Linux-v5.10/arch/powerpc/mm/
Dpgtable.c209 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags()
235 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
/Linux-v5.10/arch/s390/include/asm/
Dhugetlb.h63 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
1126 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
/Linux-v5.10/arch/riscv/include/asm/
Dpgtable.h318 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
355 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
/Linux-v5.10/arch/parisc/mm/
Dhugetlbpage.c189 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/Linux-v5.10/mm/
Dpgtable-generic.c68 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
Dmemory.c2568 same = pte_same(*page_table, orig_pte); in pte_unmap_same()
2610 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
2638 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
2870 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy()
2989 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault()
3322 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
3374 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
4182 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page()
4386 if (unlikely(!pte_same(*vmf->pte, entry))) { in handle_pte_fault()
Dmprotect.c175 if (!pte_same(oldpte, newpte)) { in change_pte_range()
/Linux-v5.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
/Linux-v5.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h285 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/Linux-v5.10/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.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h341 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/Linux-v5.10/arch/xtensa/include/asm/
Dpgtable.h291 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/Linux-v5.10/include/linux/
Dpgtable.h492 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
572 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
/Linux-v5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h333 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/Linux-v5.10/Documentation/vm/
Darch_pgtable_helpers.rst21 | pte_same | Tests whether both PTE entries are the same |
/Linux-v5.10/arch/parisc/include/asm/
Dpgtable.h512 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/Linux-v5.10/arch/x86/mm/
Dpgtable.c490 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
/Linux-v5.10/arch/arm64/mm/
Dfault.c199 if (pte_same(pte, entry)) in ptep_set_access_flags()
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h807 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function

12