| /linux/arch/arm64/mm/ |
| H A D | contpte.c | 87 if (pte_young(ptent)) in contpte_convert() 334 if (pte_young(pte)) { in contpte_ptep_get() 342 if (pte_young(pte)) { in contpte_ptep_get() 420 if (pte_young(pte)) { in contpte_ptep_get_lockless() 428 if (pte_young(pte)) { in contpte_ptep_get_lockless()
|
| /linux/arch/arc/include/asm/ |
| H A D | hugepage.h | 40 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
| H A D | pgtable-bits-arcv2.h | 82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 305 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 447 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 147 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 425 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update() 582 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 633 #define pud_young(pud) pte_young(pud_pte(pud)) 1318 return pte_young(pte); in __ptep_test_and_clear_young() 1409 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 136 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
| H A D | motorola_pgtable.h | 148 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
| H A D | mcf_pgtable.h | 172 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 385 static inline int pte_young(pte_t pte) in pte_young() function 821 return pte_young(pmd_pte(pmd)); in pmd_young() 1122 return pte_young(pud_pte(pud)); in pud_young()
|
| /linux/arch/um/kernel/ |
| H A D | trap.c | 219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 460 static inline int pte_young(pte_t pte) in pte_young() function 899 #define pud_young(pud) pte_young(pud_pte(pud)) 1050 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 215 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 396 static inline int pte_young(pte_t pte) { return !!(pte_val(pte) & _PAGE_ACCESSED); } in pte_young() function
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 23 | pte_young | Tests a young PTE |
|
| /linux/arch/riscv/kvm/ |
| H A D | mmu.c | 285 return pte_young(ptep_get(ptep)); in kvm_test_age_gfn()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 1043 if (ptep && pte_present(*ptep) && pte_young(*ptep)) { in kvm_age_radix() 1071 if (ptep && pte_present(*ptep) && pte_young(*ptep)) in kvm_test_age_radix()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 393 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 926 static inline int pte_young(pte_t pte) in pte_young() function 1175 return pte_young(pte); in ptep_test_and_clear_young()
|
| /linux/mm/ |
| H A D | madvise.c | 531 if (!pageout && pte_young(ptent)) { in madvise_cold_or_pageout_pte_range() 768 if (pte_young(ptent) || pte_dirty(ptent)) { in madvise_free_pte_range()
|
| H A D | migrate_device.c | 439 if (pte_young(pte)) in migrate_vma_collect_pmd()
|
| H A D | rmap.c | 2686 if (pte_young(pteval)) in try_to_migrate_one()
|
| /linux/arch/parisc/kernel/ |
| H A D | cache.c | 789 if (!pte_young(pte)) in ptep_clear_flush_young()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 159 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 2132 if (!pte_young(*ptep) || address >= TASK_SIZE) in __update_mmu_cache()
|