/openbmc/linux/arch/arm64/mm/ |
H A D | hugetlbpage.c | 160 if (pte_young(pte)) in huge_ptep_get() 192 if (pte_young(tmp_pte)) in get_clear_contig() 430 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed() 463 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
/openbmc/linux/arch/mips/kvm/ |
H 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()
|
/openbmc/linux/arch/riscv/mm/ |
H A 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()
|
H A D | pgtable.c | 25 if (!pte_young(ptep_get(ptep))) in ptep_test_and_clear_young()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 265 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro 352 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 357 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/64/ |
H 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()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | hugepage.h | 33 #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
|
/openbmc/linux/arch/arm/include/asm/ |
H A 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))
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A 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()
|
/openbmc/linux/mm/damon/ |
H A 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()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 103 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 317 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)) 901 return pte_young(pte); in __ptep_test_and_clear_young()
|
/openbmc/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 462 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
H A D | mcf_pgtable.h | 178 static inline int pte_young(pte_t pte) in pte_young() function
|
H A D | motorola_pgtable.h | 154 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 276 static inline int pte_young(pte_t pte) in pte_young() function
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 88 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/openbmc/linux/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/openbmc/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
|
/openbmc/linux/arch/um/kernel/ |
H A D | tlb.c | 229 if (!pte_young(*pte)) { in update_pte_range() 490 if (!pte_young(*pte)) { in flush_tlb_page()
|
H A D | trap.c | 114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 342 static inline int pte_young(pte_t pte) in pte_young() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 385 static inline int pte_young(pte_t pte) in pte_young() function 672 return pte_young(pmd_pte(pmd)); in pmd_young()
|