/linux-6.3-rc2/arch/arm64/mm/ |
A D | hugetlbpage.c | 167 if (pte_young(pte)) in huge_ptep_get() 201 if (pte_young(pte)) in get_clear_contig() 461 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed() 494 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
/linux-6.3-rc2/arch/mips/kvm/ |
A D | mmu.c | 467 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_gfn() 472 !pte_young(hva_pte) || in kvm_set_spte_gfn() 489 return pte_young(*gpa_pte); in kvm_test_age_gfn() 531 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 264 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro 353 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 358 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 325 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 446 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 450 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 190 static inline int pte_young(pte_t pte) in pte_young() function 200 if (pte_young(*ptep)) in __ptep_test_and_clear_young()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
A D | pgtable-bits-arcv2.h | 82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 253 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 328 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 184 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro 188 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
|
/linux-6.3-rc2/mm/damon/ |
A D | vaddr.c | 342 if (pte_young(entry)) { in damon_hugetlb_mkold() 475 if (pte_young(*pte) || !folio_test_idle(folio) || in damon_young_pmd_entry() 504 if (pte_young(entry) || !folio_test_idle(folio) || in damon_young_hugetlb_entry()
|
A D | ops-common.c | 48 if (pte_young(*pte)) { in damon_ptep_mkold()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 103 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 316 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update() 483 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 523 #define pud_young(pud) pte_young(pud_pte(pud)) 894 return pte_young(pte); in __ptep_test_and_clear_young()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 322 static inline int pte_young(pte_t pte) in pte_young() function 502 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 609 return pte_young(pmd_pte(pmd)); in pmd_young()
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 141 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
A D | motorola_pgtable.h | 153 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
A D | mcf_pgtable.h | 179 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-6.3-rc2/arch/arm/lib/ |
A D | uaccess_with_memcpy.c | 77 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 276 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 88 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | trap.c | 113 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
A D | tlb.c | 229 if (!pte_young(*pte)) { in update_pte_range() 490 if (!pte_young(*pte)) { in flush_tlb_page()
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 283 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 347 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 342 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 142 static inline int pte_young(pte_t pte) in pte_young() function
|