Symbol: mm_walk_ops
arch/arm64/mm/mmu.c
876
static const struct mm_walk_ops split_to_ptes_ops = {
arch/arm64/mm/pageattr.c
77
static const struct mm_walk_ops pageattr_ops = {
arch/loongarch/mm/pageattr.c
97
static const struct mm_walk_ops pageattr_ops = {
arch/openrisc/kernel/dma.c
42
static const struct mm_walk_ops set_nocache_walk_ops = {
arch/openrisc/kernel/dma.c
61
static const struct mm_walk_ops clear_nocache_walk_ops = {
arch/powerpc/mm/book3s64/subpage_prot.c
146
static const struct mm_walk_ops subpage_walk_ops = {
arch/riscv/mm/pageattr.c
86
static const struct mm_walk_ops pageattr_ops = {
arch/s390/mm/gmap_helpers.c
199
static const struct mm_walk_ops find_zeropage_ops = {
fs/proc/task_mmu.c
1270
static const struct mm_walk_ops smaps_walk_ops = {
fs/proc/task_mmu.c
1276
static const struct mm_walk_ops smaps_shmem_walk_ops = {
fs/proc/task_mmu.c
1292
const struct mm_walk_ops *ops = &smaps_walk_ops;
fs/proc/task_mmu.c
1762
static const struct mm_walk_ops clear_refs_walk_ops = {
fs/proc/task_mmu.c
2179
static const struct mm_walk_ops pagemap_ops = {
fs/proc/task_mmu.c
2917
static const struct mm_walk_ops pagemap_scan_ops = {
fs/proc/task_mmu.c
3288
static const struct mm_walk_ops show_numa_ops = {
include/linux/pagewalk.h
122
const struct mm_walk_ops *ops;
include/linux/pagewalk.h
132
unsigned long end, const struct mm_walk_ops *ops,
include/linux/pagewalk.h
135
unsigned long end, const struct mm_walk_ops *ops,
include/linux/pagewalk.h
138
unsigned long end, const struct mm_walk_ops *ops,
include/linux/pagewalk.h
141
unsigned long end, const struct mm_walk_ops *ops,
include/linux/pagewalk.h
143
int walk_page_vma(struct vm_area_struct *vma, const struct mm_walk_ops *ops,
include/linux/pagewalk.h
146
pgoff_t nr, const struct mm_walk_ops *ops,
mm/damon/vaddr.c
384
static const struct mm_walk_ops damon_mkold_ops = {
mm/damon/vaddr.c
513
static const struct mm_walk_ops damon_young_ops = {
mm/damon/vaddr.c
815
struct mm_walk_ops walk_ops = {
mm/damon/vaddr.c
928
struct mm_walk_ops walk_ops = {
mm/hmm.c
631
static const struct mm_walk_ops hmm_walk_ops = {
mm/hugetlb_vmemmap.c
157
static const struct mm_walk_ops vmemmap_remap_ops = {
mm/internal.h
1739
unsigned long end, const struct mm_walk_ops *ops,
mm/internal.h
1742
unsigned long end, const struct mm_walk_ops *ops,
mm/internal.h
1745
unsigned long end, const struct mm_walk_ops *ops,
mm/ksm.c
2569
static struct mm_walk_ops ksm_next_page_ops = {
mm/ksm.c
657
static const struct mm_walk_ops break_ksm_ops = {
mm/ksm.c
662
static const struct mm_walk_ops break_ksm_lock_vma_ops = {
mm/ksm.c
696
const struct mm_walk_ops *ops = lock_vma ?
mm/madvise.c
1125
struct mm_walk_ops walk_ops = {
mm/madvise.c
1254
struct mm_walk_ops wallk_ops = {
mm/madvise.c
227
static const struct mm_walk_ops swapin_walk_ops = {
mm/madvise.c
567
static const struct mm_walk_ops cold_walk_ops = {
mm/madvise.c
806
struct mm_walk_ops walk_ops = {
mm/mapping_dirty_helpers.c
231
static const struct mm_walk_ops clean_walk_ops = {
mm/mapping_dirty_helpers.c
240
static const struct mm_walk_ops wp_walk_ops = {
mm/memory-failure.c
803
static const struct mm_walk_ops hwpoison_walk_ops = {
mm/mempolicy.c
951
static const struct mm_walk_ops queue_pages_walk_ops = {
mm/mempolicy.c
958
static const struct mm_walk_ops queue_pages_lock_vma_walk_ops = {
mm/mempolicy.c
993
const struct mm_walk_ops *ops = (flags & MPOL_MF_WRLOCK) ?
mm/migrate_device.c
494
static const struct mm_walk_ops migrate_vma_walk_ops = {
mm/mincore.c
235
static const struct mm_walk_ops mincore_walk_ops = {
mm/mlock.c
426
static const struct mm_walk_ops mlock_walk_ops = {
mm/mprotect.c
687
static const struct mm_walk_ops prot_none_walk_ops = {
mm/pagewalk.c
103
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
191
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
256
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
294
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
33
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
348
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
386
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
413
const struct mm_walk_ops *ops = walk->ops;
mm/pagewalk.c
476
unsigned long end, const struct mm_walk_ops *ops,
mm/pagewalk.c
544
static bool check_ops_safe(const struct mm_walk_ops *ops)
mm/pagewalk.c
599
unsigned long end, const struct mm_walk_ops *ops,
mm/pagewalk.c
627
const struct mm_walk_ops *ops, pgd_t *pgd, void *private)
mm/pagewalk.c
650
const struct mm_walk_ops *ops, pgd_t *pgd, void *private)
mm/pagewalk.c
684
unsigned long end, const struct mm_walk_ops *ops,
mm/pagewalk.c
718
unsigned long end, const struct mm_walk_ops *ops, void *private)
mm/pagewalk.c
738
unsigned long end, const struct mm_walk_ops *ops,
mm/pagewalk.c
747
int walk_page_vma(struct vm_area_struct *vma, const struct mm_walk_ops *ops,
mm/pagewalk.c
798
pgoff_t nr, const struct mm_walk_ops *ops,
mm/ptdump.c
166
static const struct mm_walk_ops ptdump_ops = {
mm/vmscan.c
3777
static const struct mm_walk_ops mm_walk_ops = {
mm/vmscan.c
3798
err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk);