/Linux-v4.19/arch/arm64/mm/ |
D | hugetlbpage.c | 126 if (pte_young(pte)) in get_clear_flush() 348 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed() 380 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 208 static inline int pte_young(pte_t pte) in pte_young() function 218 if (pte_young(*ptep)) in __ptep_test_and_clear_young()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 300 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro 413 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 418 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 359 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-v4.19/arch/arc/include/asm/ |
D | hugepage.h | 37 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
D | pgtable.h | 305 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 210 static inline int pte_young(pte_t pte) in pte_young() function 344 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 229 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro 233 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 273 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 349 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 87 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 264 VM_WARN_ONCE(!pte_young(pte), in set_pte_at() 362 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 639 return pte_young(pte); in __ptep_test_and_clear_young()
|
/Linux-v4.19/arch/mips/kvm/ |
D | mmu.c | 544 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_handler() 549 !pte_young(hva_pte) || in kvm_set_spte_handler() 578 return pte_young(*gpa_pte); in kvm_test_age_hva_handler() 630 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 270 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 75 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/Linux-v4.19/arch/um/kernel/ |
D | tlb.c | 209 if (!pte_young(*pte)) { in update_pte_range() 423 if (!pte_young(*pte)) { in flush_tlb_page()
|
D | trap.c | 121 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 317 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 381 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 169 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 241 static inline int pte_young(pte_t pte) in pte_young() function
|
D | motorola_pgtable.h | 170 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 114 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 181 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 261 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 342 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 154 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 221 static inline int pte_young(pte_t pte) in pte_young() function
|