Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dhugetlbpage.c135 if (pte_young(pte)) in huge_ptep_get()
167 if (pte_young(tmp_pte)) in get_clear_contig()
413 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
446 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
/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/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/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/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/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.h400 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function