/linux-6.12.1/arch/arm64/mm/ |
D | hugetlbpage.c | 146 if (pte_young(pte)) in huge_ptep_get() 180 if (pte_young(pte)) in get_clear_contig() 425 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed() 458 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
D | contpte.c | 67 if (pte_young(ptent)) in contpte_convert() 175 if (pte_young(pte)) in contpte_ptep_get() 232 if (pte_young(pte)) in contpte_ptep_get_lockless()
|
/linux-6.12.1/arch/riscv/mm/ |
D | hugetlbpage.c | 23 if (pte_young(pte)) in huge_ptep_get() 162 if (pte_young(pte)) in get_clear_contig() 285 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
D | pgtable.c | 38 if (!pte_young(ptep_get(ptep))) in ptep_test_and_clear_young()
|
/linux-6.12.1/arch/arc/include/asm/ |
D | hugepage.h | 40 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
D | pgtable-bits-arcv2.h | 82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable.h | 186 #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-6.12.1/arch/xtensa/include/asm/ |
D | pgtable.h | 253 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 323 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-6.12.1/mm/damon/ |
D | vaddr.c | 350 if (pte_young(entry)) { in damon_hugetlb_mkold() 492 if (pte_young(ptent) || !folio_test_idle(folio) || in damon_young_pmd_entry() 521 if (pte_young(entry) || !folio_test_idle(folio) || in damon_young_hugetlb_entry()
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pgtable.h | 316 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 462 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
/linux-6.12.1/arch/mips/kvm/ |
D | mmu.c | 459 return pte_young(*gpa_pte); in kvm_test_age_gfn() 501 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 178 static inline int pte_young(pte_t pte) in pte_young() function
|
D | motorola_pgtable.h | 154 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable.h | 104 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 379 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update() 570 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 618 #define pud_young(pud) pte_young(pud_pte(pud)) 1239 return pte_young(pte); in __ptep_test_and_clear_young() 1307 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 276 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-6.12.1/arch/um/kernel/ |
D | tlb.c | 75 if (!pte_young(*pte)) { in update_pte_range()
|
D | trap.c | 114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 91 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/linux-6.12.1/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 293 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
|
/linux-6.12.1/arch/csky/include/asm/ |
D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 451 static inline int pte_young(pte_t pte) in pte_young() function 903 #define pud_young(pud) pte_young(pud_pte(pud)) 1048 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | pgtable.h | 254 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 209 static inline int pte_young(pte_t pte) in pte_young() function
|