Searched refs:mm_walk_ops (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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,
|
/openbmc/linux/mm/ |
H A D | pagewalk.c | 26 const struct mm_walk_ops *ops = walk->ops; in walk_pte_range_inner() 81 const struct mm_walk_ops *ops = walk->ops; in walk_hugepd_range() 120 const struct mm_walk_ops *ops = walk->ops; in walk_pmd_range() 182 const struct mm_walk_ops *ops = walk->ops; in walk_pud_range() 234 const struct mm_walk_ops *ops = walk->ops; in walk_p4d_range() 269 const struct mm_walk_ops *ops = walk->ops; in walk_pgd_range() 318 const struct mm_walk_ops *ops = walk->ops; in walk_hugetlb_range() 356 const struct mm_walk_ops *ops = walk->ops; in walk_page_test() 383 const struct mm_walk_ops *ops = walk->ops; in __walk_page_range() 471 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range() [all …]
|
H A 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 = {
|
H A D | ptdump.c | 142 static const struct mm_walk_ops ptdump_ops = {
|
H A D | mincore.c | 175 static const struct mm_walk_ops mincore_walk_ops = {
|
H A D | madvise.c | 233 static const struct mm_walk_ops swapin_walk_ops = { 539 static const struct mm_walk_ops cold_walk_ops = { 763 static const struct mm_walk_ops madvise_free_walk_ops = {
|
H A D | hmm.c | 559 static const struct mm_walk_ops hmm_walk_ops = {
|
H A D | migrate_device.c | 279 static const struct mm_walk_ops migrate_vma_walk_ops = {
|
H A D | mlock.c | 372 static const struct mm_walk_ops mlock_walk_ops = { in mlock_vma_pages_range()
|
H A D | ksm.c | 463 static const struct mm_walk_ops break_ksm_ops = { 468 static const struct mm_walk_ops break_ksm_lock_vma_ops = { 489 const struct mm_walk_ops *ops = lock_vma ? in break_ksm()
|
H A D | mempolicy.c | 708 static const struct mm_walk_ops queue_pages_walk_ops = { 715 static const struct mm_walk_ops queue_pages_lock_vma_walk_ops = { 750 const struct mm_walk_ops *ops = (flags & MPOL_MF_WRLOCK) ? in queue_pages_range()
|
H A D | mprotect.c | 567 static const struct mm_walk_ops prot_none_walk_ops = {
|
H A D | memory-failure.c | 838 static const struct mm_walk_ops hwpoison_walk_ops = {
|
H A D | vmscan.c | 4271 static const struct mm_walk_ops mm_walk_ops = { in walk_mm() local 4297 err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk); in walk_mm()
|
H A D | memcontrol.c | 6072 static const struct mm_walk_ops precharge_walk_ops = { 6377 static const struct mm_walk_ops charge_walk_ops = {
|
/openbmc/linux/arch/openrisc/kernel/ |
H A 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 = {
|
/openbmc/linux/fs/proc/ |
H A D | task_mmu.c | 749 static const struct mm_walk_ops smaps_walk_ops = { 755 static const struct mm_walk_ops smaps_shmem_walk_ops = { 771 const struct mm_walk_ops *ops = &smaps_walk_ops; in smap_gather_stats() 1244 static const struct mm_walk_ops clear_refs_walk_ops = { 1620 static const struct mm_walk_ops pagemap_ops = { 1935 static const struct mm_walk_ops show_numa_ops = {
|
/openbmc/linux/mm/damon/ |
H A D | vaddr.c | 392 static const struct mm_walk_ops damon_mkold_ops = { 536 static const struct mm_walk_ops damon_young_ops = {
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 146 static const struct mm_walk_ops subpage_walk_ops = {
|
/openbmc/linux/arch/s390/mm/ |
H A D | gmap.c | 2528 static const struct mm_walk_ops thp_split_walk_ops = { 2594 static const struct mm_walk_ops find_zeropage_ops = { 2754 static const struct mm_walk_ops enable_skey_walk_ops = { 2794 static const struct mm_walk_ops reset_cmma_walk_ops = { 2831 static const struct mm_walk_ops gather_pages_ops = {
|
/openbmc/linux/arch/riscv/mm/ |
H A D | pageattr.c | 86 static const struct mm_walk_ops pageattr_ops = {
|