Searched refs:mm_walk_ops (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/linux/
H A Dpagewalk.h20 * struct mm_walk_ops - callbacks for walk_page_range
58 struct mm_walk_ops { struct
108 const struct mm_walk_ops *ops;
118 unsigned long end, const struct mm_walk_ops *ops,
121 unsigned long end, const struct mm_walk_ops *ops,
125 unsigned long end, const struct mm_walk_ops *ops,
127 int walk_page_vma(struct vm_area_struct *vma, const struct mm_walk_ops *ops,
130 pgoff_t nr, const struct mm_walk_ops *ops,
/linux-master/arch/openrisc/kernel/
H A Ddma.c45 static const struct mm_walk_ops set_nocache_walk_ops = {
64 static const struct mm_walk_ops clear_nocache_walk_ops = {
/linux-master/mm/
H A Dpagewalk.c26 const struct mm_walk_ops *ops = walk->ops;
81 const struct mm_walk_ops *ops = walk->ops;
120 const struct mm_walk_ops *ops = walk->ops;
182 const struct mm_walk_ops *ops = walk->ops;
234 const struct mm_walk_ops *ops = walk->ops;
269 const struct mm_walk_ops *ops = walk->ops;
318 const struct mm_walk_ops *ops = walk->ops;
356 const struct mm_walk_ops *ops = walk->ops;
383 const struct mm_walk_ops *ops = walk->ops;
471 unsigned long end, const struct mm_walk_ops *op
[all...]
H A Dmapping_dirty_helpers.c231 static const struct mm_walk_ops clean_walk_ops = {
240 static const struct mm_walk_ops wp_walk_ops = {
H A Dptdump.c143 static const struct mm_walk_ops ptdump_ops = {
H A Dmincore.c175 static const struct mm_walk_ops mincore_walk_ops = {
H A Dmadvise.c215 static const struct mm_walk_ops swapin_walk_ops = {
533 static const struct mm_walk_ops cold_walk_ops = {
754 static const struct mm_walk_ops madvise_free_walk_ops = {
H A Dhugetlb_vmemmap.c154 static const struct mm_walk_ops vmemmap_remap_ops = {
H A Dhmm.c559 static const struct mm_walk_ops hmm_walk_ops = {
H A Dmigrate_device.c282 static const struct mm_walk_ops migrate_vma_walk_ops = {
H A Dmprotect.c569 static const struct mm_walk_ops prot_none_walk_ops = {
H A Dmlock.c437 static const struct mm_walk_ops mlock_walk_ops = {
H A Dksm.c646 static const struct mm_walk_ops break_ksm_ops = {
651 static const struct mm_walk_ops break_ksm_lock_vma_ops = {
672 const struct mm_walk_ops *ops = lock_vma ?
H A Dmempolicy.c730 static const struct mm_walk_ops queue_pages_walk_ops = {
737 static const struct mm_walk_ops queue_pages_lock_vma_walk_ops = {
772 const struct mm_walk_ops *ops = (flags & MPOL_MF_WRLOCK) ?
H A Dvmscan.c3606 static const struct mm_walk_ops mm_walk_ops = { local
3633 err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk);
H A Dmemory-failure.c845 static const struct mm_walk_ops hwpoison_walk_ops = {
H A Dmemcontrol.c6267 static const struct mm_walk_ops precharge_walk_ops = {
6547 static const struct mm_walk_ops charge_walk_ops = {
/linux-master/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c146 static const struct mm_walk_ops subpage_walk_ops = {
/linux-master/mm/damon/
H A Dvaddr.c390 static const struct mm_walk_ops damon_mkold_ops = {
534 static const struct mm_walk_ops damon_young_ops = {
/linux-master/fs/proc/
H A Dtask_mmu.c752 static const struct mm_walk_ops smaps_walk_ops = {
758 static const struct mm_walk_ops smaps_shmem_walk_ops = {
774 const struct mm_walk_ops *ops = &smaps_walk_ops;
1239 static const struct mm_walk_ops clear_refs_walk_ops = {
1614 static const struct mm_walk_ops pagemap_ops = {
2329 static const struct mm_walk_ops pagemap_scan_ops = {
2688 static const struct mm_walk_ops show_numa_ops = {
/linux-master/arch/riscv/mm/
H A Dpageattr.c86 static const struct mm_walk_ops pageattr_ops = {
/linux-master/arch/s390/mm/
H A Dgmap.c2530 static const struct mm_walk_ops thp_split_walk_ops = {
2582 static const struct mm_walk_ops zap_zero_walk_ops = {
2671 static const struct mm_walk_ops enable_skey_walk_ops = {
2711 static const struct mm_walk_ops reset_cmma_walk_ops = {
2748 static const struct mm_walk_ops gather_pages_ops = {

Completed in 245 milliseconds