Home
last modified time | relevance | path

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

123

/linux-6.12.1/arch/arm64/mm/
Dhugetlbpage.c146 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()
Dcontpte.c67 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/
Dhugetlbpage.c23 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()
Dpgtable.c38 if (!pte_young(ptep_get(ptep))) in ptep_test_and_clear_young()
/linux-6.12.1/arch/arc/include/asm/
Dhugepage.h40 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
Dpgtable-bits-arcv2.h82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/linux-6.12.1/arch/arm/include/asm/
Dpgtable.h186 #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/
Dpgtable.h253 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/
Dvaddr.c350 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/
Dpgtable.h316 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/
Dmmu.c459 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/
Dsun3_pgtable.h142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
Dmcf_pgtable.h178 static inline int pte_young(pte_t pte) in pte_young() function
Dmotorola_pgtable.h154 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/
Dpgtable.h104 #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/
Dpgtable.h276 static inline int pte_young(pte_t pte) in pte_young() function
/linux-6.12.1/arch/um/kernel/
Dtlb.c75 if (!pte_young(*pte)) { in update_pte_range()
Dtrap.c114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/linux-6.12.1/arch/nios2/include/asm/
Dpgtable.h91 static inline int pte_young(pte_t pte) \ in pte_young() function
/linux-6.12.1/arch/arm/lib/
Duaccess_with_memcpy.c80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
/linux-6.12.1/arch/mips/include/asm/
Dpgtable.h293 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/
Dpgtable.h156 static inline int pte_young(pte_t pte) in pte_young() function
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h451 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/
Dpgtable.h254 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/
Dpgtable.h209 static inline int pte_young(pte_t pte) in pte_young() function

123