Home
last modified time | relevance | path

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

12

/arch/arm64/mm/
Dhugetlbpage.c167 if (pte_young(pte)) in huge_ptep_get()
201 if (pte_young(pte)) in get_clear_contig()
443 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
476 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
Dcontpte.c67 if (pte_young(ptent)) in contpte_convert()
175 if (pte_young(pte)) in contpte_ptep_get()
228 if (pte_young(pte)) in contpte_ptep_get_lockless()
/arch/mips/kvm/
Dmmu.c467 if (!pte_present(old_pte) || !pte_young(old_pte)) in kvm_set_spte_gfn()
472 !pte_young(hva_pte) || in kvm_set_spte_gfn()
489 return pte_young(*gpa_pte); in kvm_test_age_gfn()
531 if (!pte_young(*ptep)) { in _kvm_mips_map_page_fast()
/arch/riscv/mm/
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()
/arch/arc/include/asm/
Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
Dpgtable-bits-arcv2.h82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/arch/ia64/include/asm/
Dpgtable.h265 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
352 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
357 if (!pte_young(pte)) in ptep_test_and_clear_young()
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h190 static inline int pte_young(pte_t pte) in pte_young() function
200 if (!pte_young(*ptep)) in __ptep_test_and_clear_young()
/arch/xtensa/include/asm/
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()
/arch/arm/include/asm/
Dpgtable.h184 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
188 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
/arch/riscv/include/asm/
Dpgtable.h385 static inline int pte_young(pte_t pte) in pte_young() function
584 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
691 return pte_young(pmd_pte(pmd)); in pmd_young()
/arch/m68k/include/asm/
Dsun3_pgtable.h142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
Dmotorola_pgtable.h154 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
Dmcf_pgtable.h178 static inline int pte_young(pte_t pte) in pte_young() function
/arch/arm64/include/asm/
Dpgtable.h98 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
321 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update()
489 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
529 #define pud_young(pud) pte_young(pud_pte(pud))
919 return pte_young(pte); in __ptep_test_and_clear_young()
987 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()
/arch/parisc/include/asm/
Dpgtable.h316 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
462 if (!pte_young(pte)) { in ptep_test_and_clear_young()
/arch/hexagon/include/asm/
Dpgtable.h276 static inline int pte_young(pte_t pte) in pte_young() function
/arch/nios2/include/asm/
Dpgtable.h88 static inline int pte_young(pte_t pte) \ in pte_young() function
/arch/arm/lib/
Duaccess_with_memcpy.c80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
/arch/csky/include/asm/
Dpgtable.h156 static inline int pte_young(pte_t pte) in pte_young() function
/arch/um/kernel/
Dtrap.c114 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
Dtlb.c229 if (!pte_young(*pte)) { in update_pte_range()
490 if (!pte_young(*pte)) { in flush_tlb_page()
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h342 static inline int pte_young(pte_t pte) in pte_young() function
/arch/mips/include/asm/
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
/arch/um/include/asm/
Dpgtable.h142 static inline int pte_young(pte_t pte) in pte_young() function

12