Home
last modified time | relevance | path

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

12

/linux/arch/arm64/mm/
H A Dcontpte.c87 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 Dhugepage.h40 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
H A Dpgtable-bits-arcv2.h82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h305 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 Dpgtable.h147 #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 Dsun3_pgtable.h136 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
H A Dmotorola_pgtable.h148 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
H A Dmcf_pgtable.h172 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h385 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 Dtrap.c219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h460 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 Dpgtable.h215 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h396 static inline int pte_young(pte_t pte) { return !!(pte_val(pte) & _PAGE_ACCESSED); } in pte_young() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst23 | pte_young | Tests a young PTE |
/linux/arch/riscv/kvm/
H A Dmmu.c285 return pte_young(ptep_get(ptep)); in kvm_test_age_gfn()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c1043 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 Dpgtable.h393 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 Dpgtable.h926 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 Dmadvise.c531 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 Dmigrate_device.c439 if (pte_young(pte)) in migrate_vma_collect_pmd()
H A Drmap.c2686 if (pte_young(pteval)) in try_to_migrate_one()
/linux/arch/parisc/kernel/
H A Dcache.c789 if (!pte_young(pte)) in ptep_clear_flush_young()
/linux/arch/x86/include/asm/
H A Dpgtable.h159 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c2132 if (!pte_young(*ptep) || address >= TASK_SIZE) in __update_mmu_cache()

12