Home
last modified time | relevance | path

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

12

/linux/arch/ia64/include/asm/
A 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/arch/sparc/include/asm/
A Dhugetlb.h42 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
A Dpgtable_32.h419 int __changed = !pte_same(*(__ptep), __entry); \
/linux/arch/mips/include/asm/
A Dhugetlb.h71 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
A Dpgtable.h499 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
509 if (!pte_same(*ptep, entry))
/linux/arch/powerpc/mm/
A 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/arch/s390/include/asm/
A Dhugetlb.h63 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
A Dpgtable.h781 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
1142 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
/linux/arch/parisc/mm/
A Dhugetlbpage.c177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/linux/mm/
A Dpgtable-generic.c68 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
A Dmemory.c2720 same = pte_same(*vmf->pte, vmf->orig_pte); in pte_unmap_same()
2763 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
2791 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
3023 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy()
3146 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault()
3452 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in remove_device_exclusive_entry()
3556 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
3608 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
4339 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page()
4563 if (unlikely(!pte_same(*vmf->pte, entry))) { in handle_pte_fault()
[all …]
A Dmprotect.c185 if (!pte_same(oldpte, newpte)) { in change_pte_range()
/linux/arch/riscv/include/asm/
A Dpgtable.h403 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
440 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
/linux/arch/arm/include/asm/
A Dpgtable-3level.h164 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h341 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h285 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/linux/arch/um/include/asm/
A Dpgtable.h265 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/linux/arch/xtensa/include/asm/
A Dpgtable.h292 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/linux/include/linux/
A 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/arch/parisc/include/asm/
A Dpgtable.h463 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h372 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/linux/Documentation/vm/
A Darch_pgtable_helpers.rst21 | pte_same | Tests whether both PTE entries are the same |
/linux/arch/x86/mm/
A Dpgtable.c490 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
/linux/arch/arm64/mm/
A Dfault.c204 if (pte_same(pte, entry)) in ptep_set_access_flags()
/linux/arch/x86/include/asm/
A Dpgtable.h731 static inline int pte_same(pte_t a, pte_t b) in pte_same() function

Completed in 56 milliseconds

12