/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 353 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 453 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 458 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 258 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 334 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable.h | 227 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro 231 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
|
/linux-4.1.27/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))
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 76 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable.h | 36 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | pgtable-ppc64.h | 505 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 287 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } in pte_young() function 336 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 143 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 290 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
/linux-4.1.27/arch/um/kernel/ |
D | tlb.c | 198 if (!pte_young(*pte)) { in update_pte_range() 412 if (!pte_young(*pte)) { in flush_tlb_page()
|
D | trap.c | 119 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 113 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/linux-4.1.27/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
|
D | motorola_pgtable.h | 169 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 240 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 180 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 289 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 196 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 187 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 343 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 200 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/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
|
D | pgtable_32.h | 341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 154 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/powerpc/mm/ |
D | mem.c | 498 if (!pte_young(*ptep) || address >= TASK_SIZE) in update_mmu_cache()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 220 static inline int pte_young(pte_t pte) in pte_young() function
|
D | pgtable_64.h | 544 static inline unsigned long pte_young(pte_t pte) in pte_young() function 667 return pte_young(pte); in pmd_young()
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 241 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 269 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable.c | 452 if (pte_young(*ptep)) in ptep_test_and_clear_young()
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable.h | 45 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 336 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 376 static inline int pte_young(pte_t pte) { return (pte).pte & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 795 static inline int pte_young(pte_t pte) in pte_young() function 1025 young = pte_young(pte); in ptep_test_and_clear_young()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 98 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 1585 if (pte_young(*pte)) { in kvm_age_hva_handler() 1607 return pte_young(*pte); in kvm_test_age_hva_handler()
|
/linux-4.1.27/mm/ |
D | huge_memory.c | 2196 if (pte_young(pteval) || PageReferenced(page) || in __collapse_huge_page_isolate() 2621 if (pte_young(pteval) || PageReferenced(page) || in khugepaged_scan_pmd()
|
D | memory.c | 1122 if (pte_young(ptent) && in zap_pte_range()
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 503 smaps_account(mss, page, PAGE_SIZE, pte_young(*pte), pte_dirty(*pte)); in smaps_pte_entry()
|