Searched refs:mm_walk_ops (Results 1 – 21 of 21) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | pagewalk.h | 48 struct mm_walk_ops { struct 97 const struct mm_walk_ops *ops; 107 unsigned long end, const struct mm_walk_ops *ops, 110 unsigned long end, const struct mm_walk_ops *ops, 114 unsigned long end, const struct mm_walk_ops *ops, 116 int walk_page_vma(struct vm_area_struct *vma, const struct mm_walk_ops *ops, 119 pgoff_t nr, const struct mm_walk_ops *ops,
|
/linux-6.3-rc2/mm/ |
A D | pagewalk.c | 26 const struct mm_walk_ops *ops = walk->ops; in walk_pte_range_inner() 66 const struct mm_walk_ops *ops = walk->ops; in walk_hugepd_range() 105 const struct mm_walk_ops *ops = walk->ops; in walk_pmd_range() 166 const struct mm_walk_ops *ops = walk->ops; in walk_pud_range() 218 const struct mm_walk_ops *ops = walk->ops; in walk_p4d_range() 253 const struct mm_walk_ops *ops = walk->ops; in walk_pgd_range() 302 const struct mm_walk_ops *ops = walk->ops; in walk_hugetlb_range() 340 const struct mm_walk_ops *ops = walk->ops; in walk_page_test() 367 const struct mm_walk_ops *ops = walk->ops; in __walk_page_range() 428 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range() [all …]
|
A D | mapping_dirty_helpers.c | 247 static const struct mm_walk_ops clean_walk_ops = { 256 static const struct mm_walk_ops wp_walk_ops = {
|
A D | ptdump.c | 142 static const struct mm_walk_ops ptdump_ops = {
|
A D | mincore.c | 176 static const struct mm_walk_ops mincore_walk_ops = {
|
A D | madvise.c | 228 static const struct mm_walk_ops swapin_walk_ops = { 522 static const struct mm_walk_ops cold_walk_ops = { 742 static const struct mm_walk_ops madvise_free_walk_ops = {
|
A D | hmm.c | 557 static const struct mm_walk_ops hmm_walk_ops = {
|
A D | migrate_device.c | 286 static const struct mm_walk_ops migrate_vma_walk_ops = {
|
A D | mlock.c | 366 static const struct mm_walk_ops mlock_walk_ops = { in mlock_vma_pages_range()
|
A D | mprotect.c | 581 static const struct mm_walk_ops prot_none_walk_ops = {
|
A D | memory-failure.c | 770 static const struct mm_walk_ops hwp_walk_ops = {
|
A D | vmscan.c | 4220 static const struct mm_walk_ops mm_walk_ops = { in walk_mm() local 4239 err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk); in walk_mm()
|
A D | ksm.c | 452 static const struct mm_walk_ops break_ksm_ops = {
|
A D | mempolicy.c | 712 static const struct mm_walk_ops queue_pages_walk_ops = {
|
A D | memcontrol.c | 6011 static const struct mm_walk_ops precharge_walk_ops = { 6290 static const struct mm_walk_ops charge_walk_ops = {
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
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 = {
|
/linux-6.3-rc2/fs/proc/ |
A D | task_mmu.c | 759 static const struct mm_walk_ops smaps_walk_ops = { 764 static const struct mm_walk_ops smaps_shmem_walk_ops = { 779 const struct mm_walk_ops *ops = &smaps_walk_ops; in smap_gather_stats() 1246 static const struct mm_walk_ops clear_refs_walk_ops = { 1621 static const struct mm_walk_ops pagemap_ops = { 1928 static const struct mm_walk_ops show_numa_ops = {
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | pageattr.c | 98 static const struct mm_walk_ops pageattr_ops = {
|
/linux-6.3-rc2/mm/damon/ |
A D | vaddr.c | 384 static const struct mm_walk_ops damon_mkold_ops = { 519 static const struct mm_walk_ops damon_young_ops = {
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | subpage_prot.c | 144 static const struct mm_walk_ops subpage_walk_ops = {
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | gmap.c | 2515 static const struct mm_walk_ops thp_split_walk_ops = { 2559 static const struct mm_walk_ops zap_zero_walk_ops = { 2658 static const struct mm_walk_ops enable_skey_walk_ops = { 2697 static const struct mm_walk_ops reset_cmma_walk_ops = { 2733 static const struct mm_walk_ops gather_pages_ops = {
|
Completed in 67 milliseconds