Home
last modified time | relevance | path

Searched refs:pte_young (Results 1 - 25 of 102) sorted by relevance

12345

/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dhugetlbpage.c167 if (pte_young(pte)) in huge_ptep_get()
201 if (pte_young(pte)) in get_clear_contig()
443 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
476 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dhugetlbpage.c177 if (pte_young(pte)) in get_clear_flush()
408 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
440 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
/kernel/linux/linux-6.6/arch/mips/kvm/
H 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()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable.h98 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
306 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update()
422 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
459 #define pud_young(pud) pte_young(pud_pte(pud))
802 return pte_young(pte); in __ptep_test_and_clear_young()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
H A Dpgtable-bits-arcv2.h82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h300 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
389 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
394 if (!pte_young(pte)) in ptep_test_and_clear_young()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpgtable.h351 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
438 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
442 if (!pte_young(pte)) { in ptep_test_and_clear_young()
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h265 #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()
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpgtable.h316 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
455 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
459 if (!pte_young(pte)) { in ptep_test_and_clear_young()
/kernel/linux/linux-6.6/arch/riscv/mm/
H A 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()
/kernel/linux/linux-6.6/mm/damon/
H A Dvaddr.c348 if (pte_young(entry)) { in damon_hugetlb_mkold()
490 if (pte_young(ptent) || !folio_test_idle(folio) || in damon_young_pmd_entry()
519 if (pte_young(entry) || !folio_test_idle(folio) || in damon_young_hugetlb_entry()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpgtable.h268 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
341 if (!pte_young(pte)) in ptep_test_and_clear_young()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h209 static inline int pte_young(pte_t pte) in pte_young() function
219 if (!pte_young(*ptep)) in __ptep_test_and_clear_young()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable.h258 static inline int pte_young(pte_t pte) in pte_young() function
397 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h199 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
203 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H 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()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H 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))
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A 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()
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dmmu.c519 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_handler()
524 !pte_young(hva_pte) || in kvm_set_spte_handler()
554 return pte_young(*gpa_pte); in kvm_test_age_hva_handler()
606 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable.h385 static inline int pte_young(pte_t pte) in pte_young() function
582 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
689 return pte_young(pmd_pte(pmd)); in pmd_young()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable.h103 #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()
/kernel/linux/linux-5.10/arch/arm/lib/
H A Duaccess_with_memcpy.c77 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmotorola_pgtable.h176 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function

Completed in 23 milliseconds

12345