Home
last modified time | relevance | path

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

12

/linux/arch/arm64/mm/
H A Dhugetlbpage.c146 if (pte_young(pte)) in huge_ptep_get()
180 if (pte_young(pte)) in get_clear_contig()
425 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
458 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
H A Dcontpte.c67 if (pte_young(ptent)) in contpte_convert()
175 if (pte_young(pte)) in contpte_ptep_get()
232 if (pte_young(pte)) in contpte_ptep_get_lockless()
/linux/arch/riscv/mm/
H A Dhugetlbpage.c23 if (pte_young(pte)) in huge_ptep_get()
162 if (pte_young(pte)) in get_clear_contig()
285 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
/linux/arch/arm/include/asm/
H A Dpgtable.h186 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
190 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
/linux/arch/xtensa/include/asm/
H A Dpgtable.h253 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
323 if (!pte_young(pte)) in ptep_test_and_clear_young()
/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/mm/damon/
H A Dvaddr.c350 if (pte_young(entry)) { in damon_hugetlb_mkold()
492 if (pte_young(ptent) || !folio_test_idle(folio) || in damon_young_pmd_entry()
521 if (pte_young(entry) || !folio_test_idle(folio) || in damon_young_hugetlb_entry()
H A Dpaddr.c100 *accessed = pte_young(ptep_get(pvmw.pte)) || in damon_folio_young_one()
/linux/arch/mips/kvm/
H A Dmmu.c459 return pte_young(*gpa_pte); in kvm_test_age_gfn()
501 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
H A Dmcf_pgtable.h178 static inline int pte_young(pte_t pte) in pte_young() function
H A Dmotorola_pgtable.h154 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h276 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h91 static inline int pte_young(pte_t pte) \ in pte_young() function
/linux/arch/mips/include/asm/
H A Dpgtable.h293 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function
357 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/linux/arch/csky/include/asm/
H A Dpgtable.h156 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/um/kernel/
H A Dtrap.c114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/linux/arch/alpha/include/asm/
H A Dpgtable.h254 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h209 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h249 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h221 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h222 static inline int pte_young(pte_t pte) in pte_young() function
/linux/mm/
H A Ddebug_vm_pgtable.c96 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests()
99 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests()
160 WARN_ON(pte_young(pte)); in pte_advanced_tests()
/linux/arch/sh/include/asm/
H A Dpgtable_32.h341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro

12