Searched refs:mm_walk_ops (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/include/linux/ |
D | pagewalk.h | 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-6.12.1/mm/ |
D | pagewalk.c | 28 const struct mm_walk_ops *ops = walk->ops; in walk_pte_range_inner() 83 const struct mm_walk_ops *ops = walk->ops; in walk_pmd_range() 142 const struct mm_walk_ops *ops = walk->ops; in walk_pud_range() 191 const struct mm_walk_ops *ops = walk->ops; in walk_p4d_range() 224 const struct mm_walk_ops *ops = walk->ops; in walk_pgd_range() 271 const struct mm_walk_ops *ops = walk->ops; in walk_hugetlb_range() 309 const struct mm_walk_ops *ops = walk->ops; in walk_page_test() 336 const struct mm_walk_ops *ops = walk->ops; in __walk_page_range() 424 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range() 502 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range_novma() [all …]
|
D | mapping_dirty_helpers.c | 231 static const struct mm_walk_ops clean_walk_ops = { 240 static const struct mm_walk_ops wp_walk_ops = {
|
D | ptdump.c | 143 static const struct mm_walk_ops ptdump_ops = {
|
D | mincore.c | 175 static const struct mm_walk_ops mincore_walk_ops = {
|
D | madvise.c | 215 static const struct mm_walk_ops swapin_walk_ops = { 556 static const struct mm_walk_ops cold_walk_ops = { 784 static const struct mm_walk_ops madvise_free_walk_ops = {
|
D | hugetlb_vmemmap.c | 156 static const struct mm_walk_ops vmemmap_remap_ops = {
|
D | hmm.c | 554 static const struct mm_walk_ops hmm_walk_ops = {
|
D | mlock.c | 426 static const struct mm_walk_ops mlock_walk_ops = { in mlock_vma_pages_range()
|
D | migrate_device.c | 282 static const struct mm_walk_ops migrate_vma_walk_ops = {
|
D | mprotect.c | 595 static const struct mm_walk_ops prot_none_walk_ops = {
|
D | mempolicy.c | 731 static const struct mm_walk_ops queue_pages_walk_ops = { 738 static const struct mm_walk_ops queue_pages_lock_vma_walk_ops = { 773 const struct mm_walk_ops *ops = (flags & MPOL_MF_WRLOCK) ? in queue_pages_range()
|
D | memcontrol-v1.c | 1047 static const struct mm_walk_ops precharge_walk_ops = { 1350 static const struct mm_walk_ops charge_walk_ops = {
|
D | vmscan.c | 3641 static const struct mm_walk_ops mm_walk_ops = { in walk_mm() local 3668 err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk); in walk_mm()
|
D | memory-failure.c | 848 static const struct mm_walk_ops hwpoison_walk_ops = {
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | dma.c | 45 static const struct mm_walk_ops set_nocache_walk_ops = { 64 static const struct mm_walk_ops clear_nocache_walk_ops = {
|
/linux-6.12.1/arch/loongarch/mm/ |
D | pageattr.c | 96 static const struct mm_walk_ops pageattr_ops = {
|
/linux-6.12.1/mm/damon/ |
D | vaddr.c | 392 static const struct mm_walk_ops damon_mkold_ops = { 536 static const struct mm_walk_ops damon_young_ops = {
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | subpage_prot.c | 146 static const struct mm_walk_ops subpage_walk_ops = {
|
/linux-6.12.1/fs/proc/ |
D | task_mmu.c | 1038 static const struct mm_walk_ops smaps_walk_ops = { 1044 static const struct mm_walk_ops smaps_shmem_walk_ops = { 1060 const struct mm_walk_ops *ops = &smaps_walk_ops; in smap_gather_stats() 1530 static const struct mm_walk_ops clear_refs_walk_ops = { 1915 static const struct mm_walk_ops pagemap_ops = { 2634 static const struct mm_walk_ops pagemap_scan_ops = { 2996 static const struct mm_walk_ops show_numa_ops = {
|
/linux-6.12.1/arch/s390/mm/ |
D | gmap.c | 2530 static const struct mm_walk_ops thp_split_walk_ops = { 2596 static const struct mm_walk_ops find_zeropage_ops = { 2756 static const struct mm_walk_ops enable_skey_walk_ops = { 2796 static const struct mm_walk_ops reset_cmma_walk_ops = { 2833 static const struct mm_walk_ops gather_pages_ops = {
|
/linux-6.12.1/arch/riscv/mm/ |
D | pageattr.c | 86 static const struct mm_walk_ops pageattr_ops = {
|