| /Linux-v5.4/arch/arm64/mm/ |
| D | hugetlbpage.c | 138 if (pte_young(pte)) in get_clear_flush() 360 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed() 392 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | pgtable.h | 77 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 267 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update() 365 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 395 #define pud_young(pud) pte_young(pud_pte(pud)) 719 return pte_young(pte); in __ptep_test_and_clear_young()
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | pgtable.h | 380 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 503 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 508 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 237 static inline int pte_young(pte_t pte) in pte_young() function 247 if (pte_young(*ptep)) in __ptep_test_and_clear_young()
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | hugepage.h | 34 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
| D | pgtable.h | 302 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | pgtable.h | 235 static inline int pte_young(pte_t pte) in pte_young() function 374 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | pgtable.h | 269 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 345 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
| /Linux-v5.4/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))
|
| /Linux-v5.4/arch/mips/kvm/ |
| D | mmu.c | 544 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_handler() 549 !pte_young(hva_pte) || in kvm_set_spte_handler() 579 return pte_young(*gpa_pte); in kvm_test_age_hva_handler() 631 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
|
| /Linux-v5.4/arch/arm/lib/ |
| D | uaccess_with_memcpy.c | 72 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | pgtable.h | 279 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 350 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | pgtable.h | 114 static inline int pte_young(pte_t pte) \ in pte_young() function
|
| /Linux-v5.4/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
|
| /Linux-v5.4/arch/um/kernel/ |
| D | tlb.c | 236 if (!pte_young(*pte)) { in update_pte_range() 453 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()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 330 static inline int pte_young(pte_t pte) in pte_young() function
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | pgtable.h | 178 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | pgtable_64.h | 258 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | pgtable.h | 329 static inline int pte_young(pte_t pte) in pte_young() function
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | pgtable.h | 188 static inline int pte_young(pte_t pte) in pte_young() function
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | pgtable_32.h | 221 static inline int pte_young(pte_t pte) in pte_young() function
|
| /Linux-v5.4/arch/um/include/asm/ |
| D | pgtable.h | 152 static inline int pte_young(pte_t pte) in pte_young() function
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | pgtable.h | 270 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|