Home
last modified time | relevance | path

Searched refs:pte_young (Results 1 – 25 of 43) sorted by relevance

12

/arch/arc/include/asm/
Dhugepage.h37 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
Dpgtable.h305 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/arch/ia64/include/asm/
Dpgtable.h300 #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/
Dpgtable.h359 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/
Dpgtable.h72 #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/
Dpgtable.h264 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/
Dpgtable.h229 #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/
Dhugetlbpage.c127 if (pte_young(pte)) in get_clear_flush()
357 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
/arch/tile/include/asm/
Dpgtable.h198 #define pte_young hv_pte_get_accessed macro
469 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
/arch/mn10300/include/asm/
Dpgtable.h241 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/
Dpgtable.h20 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/arch/mips/kvm/
Dmmu.c554 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/
Duaccess_with_memcpy.c75 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
/arch/m68k/include/asm/
Dsun3_pgtable.h169 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
/arch/nios2/include/asm/
Dpgtable.h114 static inline int pte_young(pte_t pte) \ in pte_young() function
/arch/cris/include/asm/
Dpgtable.h118 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/arch/um/kernel/
Dtlb.c209 if (!pte_young(*pte)) { in update_pte_range()
423 if (!pte_young(*pte)) { in flush_tlb_page()
Dtrap.c121 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/arch/mips/include/asm/
Dpgtable.h317 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/
Dpgtable.h197 static inline int pte_young(pte_t pte) in pte_young() function
/arch/unicore32/include/asm/
Dpgtable.h181 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
/arch/metag/include/asm/
Dpgtable.h129 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/arch/score/include/asm/
Dpgtable.h189 static inline int pte_young(pte_t pte) in pte_young() function
/arch/sh/include/asm/
Dpgtable_64.h261 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/arch/hexagon/include/asm/
Dpgtable.h343 static inline int pte_young(pte_t pte) in pte_young() function

12