Home
last modified time | relevance | path

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

12

/arch/arc/include/asm/
Dhugepage.h36 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
Dpgtable.h304 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/arch/parisc/include/asm/
Dpgtable.h358 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
472 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
477 if (!pte_young(pte)) { in ptep_test_and_clear_young()
/arch/ia64/include/asm/
Dpgtable.h299 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
412 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
417 if (!pte_young(pte)) in ptep_test_and_clear_young()
/arch/xtensa/include/asm/
Dpgtable.h263 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
339 if (!pte_young(pte)) in ptep_test_and_clear_young()
/arch/arm/include/asm/
Dpgtable.h228 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
232 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
/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.h18 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/arch/arm64/include/asm/
Dpgtable.h71 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
243 VM_WARN_ONCE(!pte_young(pte), in set_pte_at()
338 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
/arch/arm/lib/
Duaccess_with_memcpy.c75 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
/arch/powerpc/kvm/
Dbook3s_64_vio_hv.c226 if (!pte_young(pte)) in kvmppc_rm_ua_to_hpa()
/arch/cris/include/asm/
Dpgtable.h116 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/arch/nios2/include/asm/
Dpgtable.h113 static inline int pte_young(pte_t pte) \ in pte_young() function
/arch/m68k/include/asm/
Dsun3_pgtable.h168 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
/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/um/kernel/
Dtlb.c208 if (!pte_young(*pte)) { in update_pte_range()
422 if (!pte_young(*pte)) { in flush_tlb_page()
Dtrap.c120 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/arch/unicore32/include/asm/
Dpgtable.h180 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
/arch/metag/include/asm/
Dpgtable.h127 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/arch/m32r/include/asm/
Dpgtable.h196 static inline int pte_young(pte_t pte) in pte_young() function
/arch/score/include/asm/
Dpgtable.h187 static inline int pte_young(pte_t pte) in pte_young() function
/arch/avr32/include/asm/
Dpgtable.h200 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