/Linux-v5.10/arch/arm64/mm/ |
D | hugetlbpage.c | 177 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()
|
/Linux-v5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 202 static inline int pte_young(pte_t pte) in pte_young() function 212 if (pte_young(*ptep)) in __ptep_test_and_clear_young()
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | pgtable.h | 376 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 473 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 478 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | pgtable.h | 300 #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()
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | pgtable.h | 92 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 300 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update() 416 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 453 #define pud_young(pud) pte_young(pud_pte(pud)) 787 return pte_young(pte); in __ptep_test_and_clear_young()
|
/Linux-v5.10/arch/arc/include/asm/ |
D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
D | pgtable.h | 289 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 268 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()
|
/Linux-v5.10/arch/arm/include/asm/ |
D | pgtable.h | 196 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro 200 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | pgtable.h | 237 static inline int pte_young(pte_t pte) in pte_young() function 376 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
|
/Linux-v5.10/arch/mips/kvm/ |
D | mmu.c | 519 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()
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 160 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 176 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 233 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.10/arch/nios2/include/asm/ |
D | pgtable.h | 109 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/Linux-v5.10/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 77 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/Linux-v5.10/arch/hexagon/include/asm/ |
D | pgtable.h | 299 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.10/arch/um/kernel/ |
D | trap.c | 111 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
D | tlb.c | 235 if (!pte_young(*pte)) { in update_pte_range() 496 if (!pte_young(*pte)) { in flush_tlb_page()
|
/Linux-v5.10/arch/mips/include/asm/ |
D | pgtable.h | 307 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 371 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
/Linux-v5.10/arch/csky/include/asm/ |
D | pgtable.h | 176 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.10/mm/ |
D | debug_vm_pgtable.c | 67 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests() 70 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests() 116 WARN_ON(pte_young(pte)); in pte_advanced_tests()
|
/Linux-v5.10/arch/um/include/asm/ |
D | pgtable.h | 155 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 335 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.10/arch/openrisc/include/asm/ |
D | pgtable.h | 237 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|