Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dhugetlbpage.c177 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 Dpgtable.h351 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 Dpgtable.h300 #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 Dpgtable.h205 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 Dpgtable.h98 #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 Dpgtable.h268 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 Dpgtable.h198 #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 Dvaddr.c415 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 Dprmtv-common.c44 if (pte_young(*pte)) { in damon_ptep_mkold()
H A Dpaddr.c107 result->accessed = pte_young(*pvmw.pte) || in __damon_pa_young()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h236 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 Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
H A Dpgtable.h283 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmmu.c519 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 Dsun3_pgtable.h160 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
H A Dmotorola_pgtable.h176 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
H A Dmcf_pgtable.h233 static inline int pte_young(pte_t pte) in pte_young() function
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dtlb.c241 if (!pte_young(*pte)) { in update_pte_range()
505 if (!pte_young(*pte)) { in flush_tlb_page()
H A Dtrap.c111 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h307 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 Dpgtable.h109 static inline int pte_young(pte_t pte) \ in pte_young() function
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Duaccess_with_memcpy.c77 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h299 static inline int pte_young(pte_t pte) in pte_young() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h176 static inline int pte_young(pte_t pte) in pte_young() function
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c79 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()

123