Searched refs:tlb_gather_mmu (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/mm/ |
| D | mmu_gather.c | 284 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm) in tlb_gather_mmu() function
|
| D | madvise.c | 511 tlb_gather_mmu(&tlb, mm); in madvise_cold() 564 tlb_gather_mmu(&tlb, mm); in madvise_pageout() 729 tlb_gather_mmu(&tlb, mm); in madvise_free_single_vma()
|
| D | oom_kill.c | 549 tlb_gather_mmu(&tlb, mm); in __oom_reap_task_mm()
|
| D | memory.c | 1650 tlb_gather_mmu(&tlb, vma->vm_mm); in zap_page_range() 1677 tlb_gather_mmu(&tlb, vma->vm_mm); in zap_page_range_single()
|
| D | mmap.c | 2648 tlb_gather_mmu(&tlb, mm); in unmap_region()
|
| D | hugetlb.c | 4556 tlb_gather_mmu(&tlb, vma->vm_mm); in unmap_hugepage_range()
|
| /Linux-v5.15/include/linux/ |
| D | mm_types.h | 610 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm);
|
| /Linux-v5.15/fs/ |
| D | exec.c | 710 tlb_gather_mmu(&tlb, mm); in shift_arg_pages()
|