Searched refs:pte_same (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/mips/include/asm/
H A Dhugetlb.h74 int changed = !pte_same(*ptep, pte);
H A Dpgtable.h488 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
498 if (!pte_same(*ptep, entry))
/linux-master/arch/loongarch/include/asm/
H A Dhugetlb.h68 int changed = !pte_same(*ptep, pte);
/linux-master/arch/sparc/include/asm/
H A Dhugetlb.h45 int changed = !pte_same(*ptep, pte);
H A Dpgtable_32.h423 int __changed = !pte_same(*(__ptep), __entry); \
/linux-master/arch/s390/include/asm/
H A Dhugetlb.h67 int changed = !pte_same(huge_ptep_get(ptep), pte);
H A Dpgtable.h810 static inline int pte_same(pte_t a, pte_t b) function
1266 if (pte_same(*ptep, entry))
/linux-master/arch/riscv/mm/
H A Dpgtable.c12 if (!pte_same(ptep_get(ptep), entry))
/linux-master/arch/parisc/mm/
H A Dhugetlbpage.c177 changed = !pte_same(*ptep, pte);
/linux-master/arch/powerpc/mm/
H A Dpgtable.c248 changed = !pte_same(*(ptep), entry);
274 changed = !pte_same(*(ptep), pte);
/linux-master/mm/
H A Duserfaultfd.c1008 if (!pte_same(ptep_get(src_pte), orig_src_pte) ||
1009 !pte_same(ptep_get(dst_pte), orig_dst_pte)) {
1052 if (!pte_same(ptep_get(src_pte), orig_src_pte) ||
1053 !pte_same(ptep_get(dst_pte), orig_dst_pte)) {
1076 if (!pte_same(ptep_get(src_pte), orig_src_pte) ||
1077 !pte_same(ptep_get(dst_pte), orig_dst_pte)) {
1168 if (src_folio && unlikely(!pte_same(src_folio_pte, orig_src_pte))) {
1195 if (!pte_same(orig_src_pte, ptep_get(src_pte))) {
H A Dpgtable-generic.c72 int changed = !pte_same(ptep_get(ptep), entry);
355 * either the mmap_lock for write, or pte_same() check on contents, is enough.
H A Dmemory.c2945 same = pte_same(ptep_get(vmf->pte), vmf->orig_pte);
2997 if (unlikely(!vmf->pte || !pte_same(ptep_get(vmf->pte), vmf->orig_pte))) {
3025 if (unlikely(!vmf->pte || !pte_same(ptep_get(vmf->pte), vmf->orig_pte))) {
3300 if (likely(vmf->pte && pte_same(ptep_get(vmf->pte), vmf->orig_pte))) {
3425 if (!pte_same(ptep_get(vmf->pte), vmf->orig_pte)) {
3824 if (likely(vmf->pte && pte_same(ptep_get(vmf->pte), vmf->orig_pte)))
3869 if (pte_same(vmf->orig_pte, ptep_get(vmf->pte)))
3970 !pte_same(ptep_get(vmf->pte),
4011 * pte_same() returns true due to entry reuse.
4063 pte_same(ptep_ge
[all...]
H A Dmprotect.c259 if (!pte_same(oldpte, newpte)) {
H A Dhugetlb.c5513 if (!pte_same(src_pte_old, entry)) {
5924 * Keep the pte_same checks anyway to make transition from the mutex easier.
6045 pte_same(huge_ptep_get(ptep), pte)))
6083 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) {
6190 same = pte_same(huge_ptep_get(ptep), old_pte);
6358 if (!pte_same(huge_ptep_get(ptep), old_pte))
6555 if (unlikely(!pte_same(entry, huge_ptep_get(ptep))))
7034 if (!pte_same(pte, newpte))
/linux-master/arch/um/include/asm/
H A Dpgtable.h248 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h279 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/linux-master/arch/arm64/mm/
H A Dcontpte.c129 if (!pte_same(subpte, expected_pte))
H A Dfault.c219 if (pte_same(pte, entry))
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h482 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h341 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/linux-master/include/linux/
H A Dpgtable.h902 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
985 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
/linux-master/arch/x86/mm/
H A Dpgtable.c506 int changed = !pte_same(*ptep, entry);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h735 static inline int pte_same(pte_t pte_a, pte_t pte_b) function

Completed in 366 milliseconds

12