Home
last modified time | relevance | path

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

12

/linux/arch/arm64/mm/
H A Dcontpte.c87 if (pte_young(ptent)) in contpte_convert()
333 if (pte_young(pte)) { in contpte_ptep_get()
341 if (pte_young(pte)) { in contpte_ptep_get()
419 if (pte_young(pte)) { in contpte_ptep_get_lockless()
427 if (pte_young(pte)) { in contpte_ptep_get_lockless()
/linux/arch/xtensa/include/asm/
H A Dpgtable.h252 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
316 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.c344 if (pte_young(entry)) { in damon_hugetlb_mkold()
470 if (pte_young(ptent) || !folio_test_idle(folio) || in damon_young_pmd_entry()
498 if (pte_young(entry) || !folio_test_idle(folio) || in damon_young_hugetlb_entry()
596 young = pte_young(ptep_get(ptep)); in damos_va_filter_young_match()
H A Dops-common.c209 *accessed = (pte_present(pte) && pte_young(pte)) || in damon_folio_young_one()
/linux/arch/parisc/include/asm/
H A Dpgtable.h316 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
457 if (!pte_young(pte)) { in ptep_test_and_clear_young()
/linux/arch/arm64/include/asm/
H A Dpgtable.h153 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
429 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update()
586 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
636 #define pud_young(pud) pte_young(pud_pte(pud))
1306 return pte_young(pte); in __ptep_test_and_clear_young()
1398 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/hexagon/include/asm/
H A Dpgtable.h273 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/um/kernel/
H A Dtlb.c72 if (!pte_young(*pte)) { in update_pte_range()
H A Dtrap.c219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/linux/arch/nios2/include/asm/
H A Dpgtable.h91 static inline int pte_young(pte_t pte) \ in pte_young() function
/linux/arch/csky/include/asm/
H A Dpgtable.h156 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h400 static inline int pte_young(pte_t pte) in pte_young() function
836 return pte_young(pmd_pte(pmd)); in pmd_young()
1137 return pte_young(pud_pte(pud)); in pud_young()
/linux/arch/um/include/asm/
H A Dpgtable.h144 static inline int pte_young(pte_t pte) in pte_young() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h204 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
/linux/include/linux/
H A Dpgtable.h500 if (!pte_young(pte)) in ptep_test_and_clear_young()
853 if (pte_young(tmp_pte)) in get_and_clear_full_ptes()
1587 if (pte_young(tmp_pte)) in modify_prot_start_ptes()
/linux/arch/microblaze/include/asm/
H A Dpgtable.h248 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
H A Dpgtable_64.h620 static inline unsigned long pte_young(pte_t pte) in pte_young() function
720 return pte_young(pte); in pmd_young()
/linux/mm/
H A Ddebug_vm_pgtable.c98 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests()
101 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests()
168 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