Searched refs:pte_young (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/arch/arc/include/asm/
H A Dhugepage.h40 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
H A Dpgtable-bits-arcv2.h82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/linux-master/arch/arm64/mm/
H A Dcontpte.c67 if (pte_young(ptent))
175 if (pte_young(pte))
232 if (pte_young(pte))
H A Dhugetlbpage.c160 if (pte_young(pte))
194 if (pte_young(pte))
439 if (pte_young(pte) != pte_young(orig_pte))
472 if (pte_young(orig_pte))
/linux-master/arch/riscv/mm/
H A Dpgtable.c25 if (!pte_young(ptep_get(ptep)))
H A Dhugetlbpage.c23 if (pte_young(pte))
162 if (pte_young(pte))
285 if (pte_young(orig_pte))
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h316 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
455 if (!pte_young(*ptep))
459 if (!pte_young(pte)) {
/linux-master/arch/mips/kvm/
H A Dmmu.c467 if (!pte_present(old_pte) || !pte_young(old_pte))
472 !pte_young(hva_pte) ||
489 return pte_young(*gpa_pte);
531 if (!pte_young(*ptep)) {
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h253 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
323 if (!pte_young(pte))
/linux-master/arch/arm/include/asm/
H A Dpgtable.h186 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
190 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
/linux-master/mm/damon/
H A Dvaddr.c348 if (pte_young(entry)) {
490 if (pte_young(ptent) || !folio_test_idle(folio) ||
519 if (pte_young(entry) || !folio_test_idle(folio) ||
H A Dpaddr.c92 *accessed = pte_young(ptep_get(pvmw.pte)) ||
/linux-master/arch/um/kernel/
H A Dtrap.c114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte)));
H A Dtlb.c229 if (!pte_young(*pte)) {
490 if (!pte_young(*pte)) {
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) ||
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h154 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
H A Dmcf_pgtable.h178 static inline int pte_young(pte_t pte) function
H A Dsun3_pgtable.h142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h275 /* pte_young - "is PTE marked as accessed"? */
276 static inline int pte_young(pte_t pte) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h156 static inline int pte_young(pte_t pte) function
/linux-master/arch/um/include/asm/
H A Dpgtable.h142 static inline int pte_young(pte_t pte) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h179 static inline int pte_young(pte_t pte) function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h88 static inline int pte_young(pte_t pte) \ function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h109 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
332 VM_WARN_ONCE(!pte_young(pte),
500 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
540 #define pud_young(pud) pte_young(pud_pte(pud))
1110 return pte_young(pte);
1178 if (pte_young(tmp_pte))
/linux-master/arch/mips/include/asm/
H A Dpgtable.h293 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function
357 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function

Completed in 323 milliseconds

123