Symbol: pte_hole
arch/loongarch/mm/pageattr.c
103
.pte_hole = pageattr_pte_hole,
arch/riscv/mm/pageattr.c
91
.pte_hole = pageattr_pte_hole,
arch/s390/kvm/dat.c
509
if (pte_hole(**ptepp) && !ign_holes)
arch/s390/kvm/dat.c
520
if (pte_hole(READ_ONCE(table->ptes[idx]))) {
fs/proc/task_mmu.c
1042
if (walk->ops->pte_hole) {
fs/proc/task_mmu.c
1310
.pte_hole = smaps_pte_hole,
fs/proc/task_mmu.c
1325
.pte_hole = smaps_pte_hole,
fs/proc/task_mmu.c
2267
.pte_hole = pagemap_pte_hole,
fs/proc/task_mmu.c
3093
.pte_hole = pagemap_scan_pte_hole,
include/linux/pagewalk.h
81
int (*pte_hole)(unsigned long addr, unsigned long next,
mm/hmm.c
634
.pte_hole = hmm_vma_walk_hole,
mm/migrate_device.c
491
.pte_hole = migrate_vma_collect_hole,
mm/mincore.c
236
.pte_hole = mincore_unmapped_range,
mm/pagewalk.c
133
else if (ops->pte_hole)
mm/pagewalk.c
134
err = ops->pte_hole(addr, next, depth, walk);
mm/pagewalk.c
203
else if (ops->pte_hole)
mm/pagewalk.c
204
err = ops->pte_hole(addr, next, depth, walk);
mm/pagewalk.c
267
else if (ops->pte_hole)
mm/pagewalk.c
268
err = ops->pte_hole(addr, next, depth, walk);
mm/pagewalk.c
308
else if (ops->pte_hole)
mm/pagewalk.c
309
err = ops->pte_hole(addr, next, 0, walk);
mm/pagewalk.c
356
else if (ops->pte_hole)
mm/pagewalk.c
357
err = ops->pte_hole(addr, next, -1, walk);
mm/pagewalk.c
400
if (ops->pte_hole)
mm/pagewalk.c
401
err = ops->pte_hole(start, end, -1, walk);
mm/pagewalk.c
500
if (ops->pte_hole)
mm/pagewalk.c
501
err = ops->pte_hole(start, next, -1, &walk);
mm/pagewalk.c
505
if (ops->pte_hole)
mm/pagewalk.c
506
err = ops->pte_hole(start, next, -1, &walk);
mm/ptdump.c
172
.pte_hole = ptdump_hole,