| /linux/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 139 if (pte_young(pte)) in huge_ptep_get() 170 if (pte_young(tmp_pte)) in get_clear_contig() 416 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed() 449 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
| /linux/arch/riscv/mm/ |
| H A D | hugetlbpage.c | 23 if (pte_young(pte)) in huge_ptep_get() 165 if (pte_young(tmp_pte)) in get_clear_contig() 296 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
| H A D | pgtable.c | 36 if (!pte_young(ptep_get(ptep))) in ptep_test_and_clear_young()
|
| /linux/arch/arc/include/asm/ |
| H A D | hugepage.h | 40 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
| H A D | pgtable-bits-arcv2.h | 82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
| /linux/arch/arm/include/asm/ |
| H 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/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 252 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 316 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
| /linux/mm/damon/ |
| H A D | vaddr.c | 344 if (pte_young(entry)) { in damon_hugetlb_mkold() 470 if (pte_young(ptent) || !folio_test_idle(folio) || in damon_young_pmd_entry() 498 if (pte_young(entry) || !folio_test_idle(folio) || in damon_young_hugetlb_entry() 596 young = pte_young(ptep_get(ptep)); in damos_va_filter_young_match()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 316 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 457 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 190 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 466 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update() 623 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 673 #define pud_young(pud) pte_young(pud_pte(pud)) 1337 return pte_young(pte); in __ptep_test_and_clear_young() 1428 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 136 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
| H A D | motorola_pgtable.h | 148 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
| H A D | mcf_pgtable.h | 172 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 273 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/um/kernel/ |
| H A D | tlb.c | 72 if (!pte_young(*pte)) { in update_pte_range()
|
| H A D | trap.c | 219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 403 static inline int pte_young(pte_t pte) in pte_young() function 816 return pte_young(pmd_pte(pmd)); in pmd_young() 1103 return pte_young(pud_pte(pud)); in pud_young()
|
| /linux/arch/mips/include/asm/ |
| H A 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/arch/nios2/include/asm/ |
| H A D | pgtable.h | 91 static inline int pte_young(pte_t pte) \ in pte_young() function
|
| /linux/arch/csky/include/asm/ |
| H A D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 450 static inline int pte_young(pte_t pte) in pte_young() function 884 #define pud_young(pud) pte_young(pud_pte(pud)) 1029 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
| /linux/arch/alpha/include/asm/ |
| H A D | pgtable.h | 224 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 144 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/include/linux/ |
| H A D | pgtable.h | 379 if (!pte_young(pte)) in ptep_test_and_clear_young() 732 if (pte_young(tmp_pte)) in get_and_clear_full_ptes() 1431 if (pte_young(tmp_pte)) in modify_prot_start_ptes()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 209 static inline int pte_young(pte_t pte) in pte_young() function
|