Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/powerpc/mm/
Dpgtable.c222 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags()
248 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
/Linux-v4.19/arch/sparc/include/asm/
Dhugetlb.h70 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
Dpgtable_32.h430 int __changed = !pte_same(*(__ptep), __entry); \
/Linux-v4.19/arch/ia64/include/asm/
Dpgtable.h454 pte_same (pte_t a, pte_t b) in pte_same() function
526 int __changed = !pte_same(*(__ptep), __entry); \
536 int __changed = !pte_same(*(__ptep), __entry); \
/Linux-v4.19/arch/mips/include/asm/
Dhugetlb.h95 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable.h286 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
323 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
/Linux-v4.19/arch/s390/include/asm/
Dhugetlb.h64 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
Dpgtable.h760 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
1083 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
/Linux-v4.19/arch/parisc/mm/
Dhugetlbpage.c183 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/Linux-v4.19/mm/
Dpgtable-generic.c58 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
Dmemory.c2324 same = pte_same(*page_table, orig_pte); in pte_unmap_same()
2525 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) { in wp_page_copy()
2643 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in finish_mkwrite_fault()
2758 if (!pte_same(*vmf->pte, vmf->orig_pte)) { in do_wp_page()
2969 if (likely(pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
3025 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) in do_swap_page()
3800 if (unlikely(!pte_same(*vmf->pte, vmf->orig_pte))) { in do_numa_page()
3995 if (unlikely(!pte_same(*vmf->pte, entry))) in handle_pte_fault()
Dhugetlb.c3587 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_cow()
3624 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_cow()
3975 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h276 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgtable.h303 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-3level.h200 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
/Linux-v4.19/arch/um/include/asm/
Dpgtable.h262 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h246 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dpgtable.h299 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/Linux-v4.19/arch/parisc/include/asm/
Dpgtable.h513 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/Linux-v4.19/arch/x86/mm/
Dpgtable.c500 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
/Linux-v4.19/arch/arm64/mm/
Dfault.c207 if (pte_same(pte, entry)) in ptep_set_access_flags()
/Linux-v4.19/include/asm-generic/
Dpgtable.h333 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h276 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h799 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h709 static inline int pte_same(pte_t a, pte_t b) in pte_same() function

12