Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dhugetlb.h45 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
Dpgtable_32.h423 int __changed = !pte_same(*(__ptep), __entry); \
/arch/mips/include/asm/
Dhugetlb.h74 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
Dpgtable.h488 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
498 if (!pte_same(*ptep, entry))
/arch/loongarch/include/asm/
Dhugetlb.h68 int changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/arch/ia64/include/asm/
Dpgtable.h393 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/
Dhugetlb.h67 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
Dpgtable.h818 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/
Dpgtable.c248 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/
Dhugetlbpage.c177 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/arch/arm/include/asm/
Dpgtable-3level.h167 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
/arch/um/include/asm/
Dpgtable.h248 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/arch/riscv/include/asm/
Dpgtable.h506 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/
Dpgtable.h279 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/arch/arm64/mm/
Dcontpte.c129 if (!pte_same(subpte, expected_pte)) in __contpte_try_fold()
Dfault.c223 if (pte_same(pte, entry)) in __ptep_set_access_flags()
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h363 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/arch/parisc/include/asm/
Dpgtable.h478 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/arch/x86/mm/
Dpgtable.c503 int changed = !pte_same(*ptep, entry); in ptep_set_access_flags()
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h762 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
/arch/x86/include/asm/
Dpgtable.h937 static inline int pte_same(pte_t a, pte_t b) in pte_same() function