/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
|
/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()
|
/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()
|
/arch/arm64/include/asm/ |
D | pgtable.h | 72 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 246 VM_WARN_ONCE(!pte_young(pte), in set_pte_at() 324 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 597 return pte_young(pte); in __ptep_test_and_clear_young()
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 264 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 340 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/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))
|
/arch/arm64/mm/ |
D | hugetlbpage.c | 127 if (pte_young(pte)) in get_clear_flush() 357 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
/arch/tile/include/asm/ |
D | pgtable.h | 198 #define pte_young hv_pte_get_accessed macro 469 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
/arch/mn10300/include/asm/ |
D | pgtable.h | 241 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 358 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
|
/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 20 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/arch/mips/kvm/ |
D | mmu.c | 554 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_handler() 559 !pte_young(hva_pte) || in kvm_set_spte_handler() 588 return pte_young(*gpa_pte); in kvm_test_age_hva_handler() 640 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
|
/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 75 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/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
|
/arch/nios2/include/asm/ |
D | pgtable.h | 114 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/arch/cris/include/asm/ |
D | pgtable.h | 118 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/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()
|
/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
|
/arch/m32r/include/asm/ |
D | pgtable.h | 197 static inline int pte_young(pte_t pte) in pte_young() function
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 181 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/arch/metag/include/asm/ |
D | pgtable.h | 129 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/arch/score/include/asm/ |
D | pgtable.h | 189 static inline int pte_young(pte_t pte) in pte_young() function
|
/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
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 343 static inline int pte_young(pte_t pte) in pte_young() function
|