Home
last modified time | relevance | path

Searched refs:pte_young (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.3-rc2/arch/arm64/mm/
A Dhugetlbpage.c167 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 Dmmu.c467 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 Dpgtable.h264 #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 Dpgtable.h325 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 Dpgtable.h190 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 Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
A Dpgtable-bits-arcv2.h82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dpgtable.h253 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 Dpgtable.h184 #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 Dvaddr.c342 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 Dops-common.c48 if (pte_young(*pte)) { in damon_ptep_mkold()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable.h103 #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 Dpgtable.h322 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 Dsun3_pgtable.h141 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
A Dmotorola_pgtable.h153 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
A Dmcf_pgtable.h179 static inline int pte_young(pte_t pte) in pte_young() function
/linux-6.3-rc2/arch/arm/lib/
A Duaccess_with_memcpy.c77 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dpgtable.h276 static inline int pte_young(pte_t pte) in pte_young() function
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpgtable.h88 static inline int pte_young(pte_t pte) \ in pte_young() function
/linux-6.3-rc2/arch/um/kernel/
A Dtrap.c113 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
A Dtlb.c229 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 Dpgtable.h156 static inline int pte_young(pte_t pte) in pte_young() function
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable.h283 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 Dpgtable.h342 static inline int pte_young(pte_t pte) in pte_young() function
/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h142 static inline int pte_young(pte_t pte) in pte_young() function

Completed in 35 milliseconds

123