Searched refs:pte_hole (Results 1 - 8 of 8) sorted by relevance

/linux-master/mm/
H A Dpagewalk.c129 if (ops->pte_hole)
130 err = ops->pte_hole(addr, next, depth, walk);
191 if (ops->pte_hole)
192 err = ops->pte_hole(addr, next, depth, walk);
242 if (ops->pte_hole)
243 err = ops->pte_hole(addr, next, depth, walk);
279 if (ops->pte_hole)
280 err = ops->pte_hole(addr, next, 0, walk);
327 else if (ops->pte_hole)
328 err = ops->pte_hole(add
[all...]
H A Dptdump.c149 .pte_hole = ptdump_hole,
H A Dmincore.c177 .pte_hole = mincore_unmapped_range,
H A Dhmm.c562 .pte_hole = hmm_vma_walk_hole,
H A Dmigrate_device.c284 .pte_hole = migrate_vma_collect_hole,
/linux-master/include/linux/
H A Dpagewalk.h30 * @pte_hole: if set, called for each hole at all levels,
69 int (*pte_hole)(unsigned long addr, unsigned long next, member in struct:mm_walk_ops
/linux-master/arch/riscv/mm/
H A Dpageattr.c91 .pte_hole = pageattr_pte_hole,
/linux-master/fs/proc/
H A Dtask_mmu.c518 if (walk->ops->pte_hole) {
761 .pte_hole = smaps_pte_hole,
1616 .pte_hole = pagemap_pte_hole,
2332 .pte_hole = pagemap_scan_pte_hole,

Completed in 208 milliseconds