Symbol: pte_young
arch/arc/include/asm/hugepage.h
40
#define pmd_young(pmd) pte_young(pmd_pte(pmd))
arch/arm/include/asm/pgtable.h
179
(pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
arch/arm/lib/uaccess_with_memcpy.c
80
if (unlikely(!pte_present(*pte) || !pte_young(*pte) ||
arch/arm64/include/asm/pgtable.h
1318
return pte_young(pte);
arch/arm64/include/asm/pgtable.h
1409
if (pte_young(tmp_pte))
arch/arm64/include/asm/pgtable.h
425
VM_WARN_ONCE(!pte_young(pte),
arch/arm64/include/asm/pgtable.h
582
#define pmd_young(pmd) pte_young(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
633
#define pud_young(pud) pte_young(pud_pte(pud))
arch/arm64/mm/contpte.c
334
if (pte_young(pte)) {
arch/arm64/mm/contpte.c
342
if (pte_young(pte)) {
arch/arm64/mm/contpte.c
420
if (pte_young(pte)) {
arch/arm64/mm/contpte.c
428
if (pte_young(pte)) {
arch/arm64/mm/contpte.c
87
if (pte_young(ptent))
arch/arm64/mm/hugetlbpage.c
135
if (pte_young(pte))
arch/arm64/mm/hugetlbpage.c
167
if (pte_young(tmp_pte))
arch/arm64/mm/hugetlbpage.c
413
if (pte_young(pte) != pte_young(orig_pte))
arch/arm64/mm/hugetlbpage.c
446
if (pte_young(orig_pte))
arch/mips/kvm/mmu.c
459
return pte_young(*gpa_pte);
arch/mips/kvm/mmu.c
499
if (!pte_young(*ptep))
arch/parisc/include/asm/pgtable.h
447
if (!pte_young(pte)) {
arch/parisc/kernel/cache.c
789
if (!pte_young(pte))
arch/powerpc/include/asm/book3s/64/pgtable.h
1050
#define pmd_young(pmd) pte_young(pmd_pte(pmd))
arch/powerpc/include/asm/book3s/64/pgtable.h
899
#define pud_young(pud) pte_young(pud_pte(pud))
arch/powerpc/kvm/book3s_64_mmu_radix.c
1043
if (ptep && pte_present(*ptep) && pte_young(*ptep)) {
arch/powerpc/kvm/book3s_64_mmu_radix.c
1071
if (ptep && pte_present(*ptep) && pte_young(*ptep))
arch/powerpc/mm/book3s32/mmu.c
329
if (!pte_young(*ptep) || address >= TASK_SIZE)
arch/powerpc/mm/book3s64/hash_utils.c
2130
if (!pte_young(*ptep) || address >= TASK_SIZE)
arch/powerpc/xmon/xmon.c
3277
pte_young(entry) ? "Accessed " : "",
arch/riscv/include/asm/pgtable.h
1132
return pte_young(pud_pte(pud));
arch/riscv/include/asm/pgtable.h
831
return pte_young(pmd_pte(pmd));
arch/riscv/kvm/mmu.c
302
return pte_young(ptep_get(ptep));
arch/riscv/mm/hugetlbpage.c
165
if (pte_young(tmp_pte))
arch/riscv/mm/hugetlbpage.c
23
if (pte_young(pte))
arch/riscv/mm/hugetlbpage.c
296
if (pte_young(orig_pte))
arch/riscv/mm/pgtable.c
35
if (!pte_young(ptep_get(ptep)))
arch/s390/include/asm/pgtable.h
1207
return pte_young(pte);
arch/sparc/include/asm/pgtable_64.h
717
return pte_young(pte);
arch/um/kernel/tlb.c
71
if (!pte_young(*pte)) {
arch/um/kernel/trap.c
219
WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte)));
arch/x86/kernel/cpu/sgx/encl.c
1117
ret = pte_young(*ptep);
arch/x86/mm/pgtable.c
440
if (pte_young(*ptep))
arch/xtensa/include/asm/pgtable.h
311
if (!pte_young(pte))
fs/proc/task_mmu.c
1061
young = pte_young(ptent);
include/linux/pgtable.h
1700
if (pte_young(tmp_pte))
include/linux/pgtable.h
534
if (!pte_young(pte))
include/linux/pgtable.h
886
if (pte_young(tmp_pte))
mm/damon/ops-common.c
211
*accessed = (pte_present(pte) && pte_young(pte)) ||
mm/damon/vaddr.c
305
if (pte_young(entry)) {
mm/damon/vaddr.c
429
if (pte_young(ptent) || !folio_test_idle(folio) ||
mm/damon/vaddr.c
457
if (pte_young(entry) || !folio_test_idle(folio) ||
mm/damon/vaddr.c
552
young = pte_young(ptep_get(ptep));
mm/debug_vm_pgtable.c
101
WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte))));
mm/debug_vm_pgtable.c
168
WARN_ON(pte_young(pte));
mm/debug_vm_pgtable.c
98
WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte))));
mm/internal.h
372
any_young |= pte_young(pte);
mm/khugepaged.c
1768
(pte_young(pteval) || folio_test_young(folio) ||
mm/khugepaged.c
810
(pte_young(pteval) || folio_test_young(folio) ||
mm/madvise.c
530
if (!pageout && pte_young(ptent)) {
mm/madvise.c
767
if (pte_young(ptent) || pte_dirty(ptent)) {
mm/memory.c
1656
if (pte_young(ptent) && likely(vma_has_recency(vma)))
mm/memory.c
3586
if (!arch_has_hw_pte_young() && !pte_young(vmf->orig_pte)) {
mm/migrate_device.c
440
if (pte_young(pte))
mm/rmap.c
2688
if (pte_young(pteval))
mm/vmscan.c
3377
if (!pte_young(pte) && !mm_has_notifiers(vma->vm_mm))