/arch/arc/include/asm/ |
D | hugepage.h | 36 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
D | pgtable.h | 304 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 358 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/ |
D | pgtable.h | 299 #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/ |
D | pgtable.h | 263 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/ |
D | pgtable.h | 228 #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/ |
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 | 18 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/arch/arm64/include/asm/ |
D | pgtable.h | 71 #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/ |
D | uaccess_with_memcpy.c | 75 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/arch/powerpc/kvm/ |
D | book3s_64_vio_hv.c | 226 if (!pte_young(pte)) in kvmppc_rm_ua_to_hpa()
|
/arch/cris/include/asm/ |
D | pgtable.h | 116 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/arch/nios2/include/asm/ |
D | pgtable.h | 113 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 168 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
/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/um/kernel/ |
D | tlb.c | 208 if (!pte_young(*pte)) { in update_pte_range() 422 if (!pte_young(*pte)) { in flush_tlb_page()
|
D | trap.c | 120 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 180 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/arch/metag/include/asm/ |
D | pgtable.h | 127 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/arch/m32r/include/asm/ |
D | pgtable.h | 196 static inline int pte_young(pte_t pte) in pte_young() function
|
/arch/score/include/asm/ |
D | pgtable.h | 187 static inline int pte_young(pte_t pte) in pte_young() function
|
/arch/avr32/include/asm/ |
D | pgtable.h | 200 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
|