/arch/sparc/include/asm/ |
D | hugetlb.h | 45 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable_32.h | 423 int __changed = !pte_same(*(__ptep), __entry); \
|
/arch/mips/include/asm/ |
D | hugetlb.h | 74 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 488 static inline int pte_same(pte_t pte_a, pte_t pte_b) function 498 if (!pte_same(*ptep, entry))
|
/arch/loongarch/include/asm/ |
D | hugetlb.h | 68 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/arch/ia64/include/asm/ |
D | pgtable.h | 393 pte_same (pte_t a, pte_t b) in pte_same() function 488 int __changed = !pte_same(*(__ptep), __entry); \ 498 int __changed = !pte_same(*(__ptep), __entry); \
|
/arch/s390/include/asm/ |
D | hugetlb.h | 67 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
|
D | pgtable.h | 818 static inline int pte_same(pte_t a, pte_t b) in pte_same() function 1274 if (pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/arch/powerpc/mm/ |
D | pgtable.c | 248 changed = !pte_same(*(ptep), entry); in ptep_set_access_flags() 274 changed = !pte_same(*(ptep), pte); in huge_ptep_set_access_flags()
|
/arch/parisc/mm/ |
D | hugetlbpage.c | 177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
|
/arch/arm/include/asm/ |
D | pgtable-3level.h | 167 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
/arch/um/include/asm/ |
D | pgtable.h | 248 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/arch/riscv/include/asm/ |
D | pgtable.h | 506 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function 559 if (!pte_same(*ptep, entry)) in ptep_set_access_flags()
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 279 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/arch/arm64/mm/ |
D | contpte.c | 129 if (!pte_same(subpte, expected_pte)) in __contpte_try_fold()
|
D | fault.c | 223 if (pte_same(pte, entry)) in __ptep_set_access_flags()
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 363 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 478 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/arch/x86/mm/ |
D | pgtable.c | 503 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 762 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/arch/x86/include/asm/ |
D | pgtable.h | 937 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|