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
188
(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
1306
return pte_young(pte);
arch/arm64/include/asm/pgtable.h
1398
if (pte_young(tmp_pte))
arch/arm64/include/asm/pgtable.h
429
VM_WARN_ONCE(!pte_young(pte),
arch/arm64/include/asm/pgtable.h
586
#define pmd_young(pmd) pte_young(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
636
#define pud_young(pud) pte_young(pud_pte(pud))
arch/arm64/mm/contpte.c
333
if (pte_young(pte)) {
arch/arm64/mm/contpte.c
341
if (pte_young(pte)) {
arch/arm64/mm/contpte.c
419
if (pte_young(pte)) {
arch/arm64/mm/contpte.c
427
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
457
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
2132
if (!pte_young(*ptep) || address >= TASK_SIZE)
arch/powerpc/xmon/xmon.c
3277
pte_young(entry) ? "Accessed " : "",
arch/riscv/include/asm/pgtable.h
1137
return pte_young(pud_pte(pud));
arch/riscv/include/asm/pgtable.h
836
return pte_young(pmd_pte(pmd));
arch/riscv/kvm/mmu.c
309
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
36
if (!pte_young(ptep_get(ptep)))
arch/s390/include/asm/pgtable.h
1173
return pte_young(pte);
arch/sparc/include/asm/pgtable_64.h
720
return pte_young(pte);
arch/um/kernel/tlb.c
72
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
451
if (pte_young(*ptep))
arch/xtensa/include/asm/pgtable.h
316
if (!pte_young(pte))
fs/proc/task_mmu.c
1030
young = pte_young(ptent);
include/linux/pgtable.h
1587
if (pte_young(tmp_pte))
include/linux/pgtable.h
500
if (!pte_young(pte))
include/linux/pgtable.h
853
if (pte_young(tmp_pte))
mm/damon/ops-common.c
209
*accessed = (pte_present(pte) && pte_young(pte)) ||
mm/damon/vaddr.c
344
if (pte_young(entry)) {
mm/damon/vaddr.c
470
if (pte_young(ptent) || !folio_test_idle(folio) ||
mm/damon/vaddr.c
498
if (pte_young(entry) || !folio_test_idle(folio) ||
mm/damon/vaddr.c
596
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
1377
(pte_young(pteval) || folio_test_young(folio) ||
mm/khugepaged.c
649
(pte_young(pteval) || folio_test_young(folio) ||
mm/madvise.c
529
if (!pageout && pte_young(ptent)) {
mm/madvise.c
766
if (pte_young(ptent) || pte_dirty(ptent)) {
mm/memory.c
1651
if (pte_young(ptent) && likely(vma_has_recency(vma)))
mm/memory.c
3491
if (!arch_has_hw_pte_young() && !pte_young(vmf->orig_pte)) {
mm/migrate_device.c
445
if (pte_young(pte))
mm/rmap.c
2680
if (pte_young(pteval))
mm/vmscan.c
3410
if (!pte_young(pte) && !mm_has_notifiers(vma->vm_mm))