| /linux/arch/arm64/mm/ |
| H A D | contpte.c | 87 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 D | pgtable.h | 252 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 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/mm/damon/ |
| H A D | vaddr.c | 344 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 D | ops-common.c | 209 *accessed = (pte_present(pte) && pte_young(pte)) || in damon_folio_young_one()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 316 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 D | pgtable.h | 153 #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 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/hexagon/include/asm/ |
| H A D | pgtable.h | 273 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/um/kernel/ |
| H A D | tlb.c | 72 if (!pte_young(*pte)) { in update_pte_range()
|
| H A D | trap.c | 219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgtable.h | 91 static inline int pte_young(pte_t pte) \ in pte_young() function
|
| /linux/arch/csky/include/asm/ |
| H A D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 400 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 D | pgtable.h | 144 static inline int pte_young(pte_t pte) in pte_young() function
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 204 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
| /linux/include/linux/ |
| H A D | pgtable.h | 500 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 D | pgtable.h | 248 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 D | pgtable_32.h | 222 static inline int pte_young(pte_t pte) in pte_young() function
|
| H A D | pgtable_64.h | 620 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 D | debug_vm_pgtable.c | 98 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 D | pgtable_32.h | 341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|