/arch/arm64/mm/ |
D | hugetlbpage.c | 167 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()
|
D | contpte.c | 67 if (pte_young(ptent)) in contpte_convert() 175 if (pte_young(pte)) in contpte_ptep_get() 228 if (pte_young(pte)) in contpte_ptep_get_lockless()
|
/arch/mips/kvm/ |
D | mmu.c | 467 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()
|
/arch/riscv/mm/ |
D | hugetlbpage.c | 23 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()
|
/arch/arc/include/asm/ |
D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
D | pgtable-bits-arcv2.h | 82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/arch/ia64/include/asm/ |
D | pgtable.h | 265 #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()
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 190 static inline int pte_young(pte_t pte) in pte_young() function 200 if (!pte_young(*ptep)) in __ptep_test_and_clear_young()
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 253 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()
|
/arch/arm/include/asm/ |
D | pgtable.h | 184 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro 188 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
|
/arch/riscv/include/asm/ |
D | pgtable.h | 385 static inline int pte_young(pte_t pte) in pte_young() function 584 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 691 return pte_young(pmd_pte(pmd)); in pmd_young()
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 154 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 178 static inline int pte_young(pte_t pte) in pte_young() function
|
/arch/arm64/include/asm/ |
D | pgtable.h | 98 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 321 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update() 489 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 529 #define pud_young(pud) pte_young(pud_pte(pud)) 919 return pte_young(pte); in __ptep_test_and_clear_young() 987 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()
|
/arch/parisc/include/asm/ |
D | pgtable.h | 316 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()
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 276 static inline int pte_young(pte_t pte) in pte_young() function
|
/arch/nios2/include/asm/ |
D | pgtable.h | 88 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/arch/csky/include/asm/ |
D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
/arch/um/kernel/ |
D | trap.c | 114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
D | tlb.c | 229 if (!pte_young(*pte)) { in update_pte_range() 490 if (!pte_young(*pte)) { in flush_tlb_page()
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 342 static inline int pte_young(pte_t pte) in pte_young() function
|
/arch/mips/include/asm/ |
D | pgtable.h | 293 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
|
/arch/um/include/asm/ |
D | pgtable.h | 142 static inline int pte_young(pte_t pte) in pte_young() function
|