Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A 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); \
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dhugetlb.h42 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
H A Dpgtable_32.h417 int __changed = !pte_same(*(__ptep), __entry); \
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dhugetlb.h71 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
H A Dpgtable.h487 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
497 if (!pte_same(*ptep, entry))
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H 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()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A 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()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dhugetlb.h65 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
H A 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()
/OK3568_Linux_fs/kernel/arch/parisc/mm/
H A Dhugetlbpage.c177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/OK3568_Linux_fs/kernel/mm/
H A Dpgtable-generic.c68 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
H A Dmemory.c2878 if (!pte_same(*vmf->pte, vmf->orig_pte)) in pte_unmap_same()
2923 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
2951 if (!likely(pte_same(*vmf->pte, vmf->orig_pte))) { in cow_user_page()
3188 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy()
3309 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault()
3715 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
3770 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
4544 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page()
4772 if (unlikely(!pte_same(*vmf->pte, entry))) { in handle_pte_fault()
H A Dmprotect.c175 if (!pte_same(oldpte, newpte)) { in change_pte_range()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-3level.h164 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h288 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h265 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h342 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h291 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A 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)); \
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst21 | pte_same | Tests whether both PTE entries are the same |
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h465 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h334 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c490 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dfault.c204 if (pte_same(pte, entry)) in ptep_set_access_flags()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h809 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function

12