| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 177 if (pte_young(pte)) in get_clear_flush() 407 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed() 439 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | pgtable.h | 351 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 438 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 442 if (!pte_young(pte)) { in ptep_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgtable.h | 300 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro 389 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 394 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 205 static inline int pte_young(pte_t pte) in pte_young() function 215 if (pte_young(*ptep)) in __ptep_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 98 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro 306 VM_WARN_ONCE(!pte_young(pte), in __check_racy_pte_update() 422 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) 459 #define pud_young(pud) pte_young(pud_pte(pud)) 813 return pte_young(pte); in __ptep_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 268 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 341 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable.h | 198 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro 202 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | vaddr.c | 415 if (pte_young(entry)) { in damon_hugetlb_mkold() 548 if (pte_young(*pte) || !page_is_idle(page) || in damon_young_pmd_entry() 581 if (pte_young(entry) || !page_is_idle(page) || in damon_young_hugetlb_entry()
|
| H A D | prmtv-common.c | 44 if (pte_young(*pte)) { in damon_ptep_mkold()
|
| H A D | paddr.c | 107 result->accessed = pte_young(*pvmw.pte) || in __damon_pa_young()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | pgtable.h | 236 static inline int pte_young(pte_t pte) in pte_young() function 375 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
|
| H A D | pgtable.h | 283 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | mmu.c | 519 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_handler() 524 !pte_young(hva_pte) || in kvm_set_spte_handler() 554 return pte_young(*gpa_pte); in kvm_test_age_hva_handler() 606 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 160 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 | 176 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
| H A D | mcf_pgtable.h | 233 static inline int pte_young(pte_t pte) in pte_young() function
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | tlb.c | 241 if (!pte_young(*pte)) { in update_pte_range() 505 if (!pte_young(*pte)) { in flush_tlb_page()
|
| H A D | trap.c | 111 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable.h | 307 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 371 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | pgtable.h | 109 static inline int pte_young(pte_t pte) \ in pte_young() function
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | uaccess_with_memcpy.c | 77 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 299 static inline int pte_young(pte_t pte) in pte_young() function
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | pgtable.h | 176 static inline int pte_young(pte_t pte) in pte_young() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug_vm_pgtable.c | 79 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests() 82 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests() 130 WARN_ON(pte_young(pte)); in pte_advanced_tests()
|