/Linux-v6.1/arch/arm64/mm/ |
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-v6.1/arch/mips/kvm/ |
D | mmu.c | 468 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_gfn() 473 !pte_young(hva_pte) || in kvm_set_spte_gfn() 490 return pte_young(*gpa_pte); in kvm_test_age_gfn() 532 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | pgtable.h | 277 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro 366 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 371 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | pgtable.h | 337 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 427 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 431 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
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-v6.1/arch/arc/include/asm/ |
D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
D | pgtable-bits-arcv2.h | 79 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 249 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 324 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/Linux-v6.1/arch/arm/include/asm/ |
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-v6.1/mm/damon/ |
D | vaddr.c | 342 if (pte_young(entry)) { in damon_hugetlb_mkold() 475 if (pte_young(*pte) || !page_is_idle(page) || in damon_young_pmd_entry() 505 if (pte_young(entry) || !page_is_idle(page) || in damon_young_hugetlb_entry()
|
D | ops-common.c | 44 if (pte_young(*pte)) { in damon_ptep_mkold()
|
D | paddr.c | 100 result->accessed = pte_young(*pvmw.pte) || in __damon_pa_young()
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | pgtable.h | 103 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 315 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update() 480 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 520 #define pud_young(pud) pte_young(pud_pte(pud)) 891 return pte_young(pte); in __ptep_test_and_clear_young()
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 322 static inline int pte_young(pte_t pte) in pte_young() function 499 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 606 return pte_young(pmd_pte(pmd)); in pmd_young()
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 138 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 150 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 176 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.1/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 77 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 273 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | pgtable.h | 88 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/Linux-v6.1/arch/mips/include/asm/ |
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-v6.1/arch/um/kernel/ |
D | trap.c | 113 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
D | tlb.c | 229 if (!pte_young(*pte)) { in update_pte_range() 490 if (!pte_young(*pte)) { in flush_tlb_page()
|
/Linux-v6.1/arch/csky/include/asm/ |
D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 336 static inline int pte_young(pte_t pte) in pte_young() function
|