Searched refs:tlb_gather_mmu (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/mm/ |
D | mmu_gather.c | 206 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, in tlb_gather_mmu() function
|
D | madvise.c | 497 tlb_gather_mmu(&tlb, mm, start_addr, end_addr); in madvise_cold() 549 tlb_gather_mmu(&tlb, mm, start_addr, end_addr); in madvise_pageout() 714 tlb_gather_mmu(&tlb, mm, range.start, range.end); in madvise_free_single_vma()
|
D | oom_kill.c | 546 tlb_gather_mmu(&tlb, mm, range.start, range.end); in __oom_reap_task_mm()
|
D | mmap.c | 2623 tlb_gather_mmu(&tlb, mm, start, end); in unmap_region() 3158 tlb_gather_mmu(&tlb, mm, 0, -1); in exit_mmap()
|
D | memory.c | 1335 tlb_gather_mmu(&tlb, vma->vm_mm, start, range.end); in zap_page_range() 1362 tlb_gather_mmu(&tlb, vma->vm_mm, address, range.end); in zap_page_range_single()
|
D | hugetlb.c | 3611 tlb_gather_mmu(&tlb, mm, tlb_start, tlb_end); in unmap_hugepage_range()
|
/Linux-v5.4/include/linux/ |
D | mm_types.h | 554 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm,
|
/Linux-v5.4/arch/x86/kernel/ |
D | ldt.c | 317 tlb_gather_mmu(&tlb, mm, start, end); in free_ldt_pgtables()
|
/Linux-v5.4/fs/ |
D | exec.c | 660 tlb_gather_mmu(&tlb, mm, old_start, old_end); in shift_arg_pages()
|
/Linux-v5.4/fs/proc/ |
D | task_mmu.c | 1187 tlb_gather_mmu(&tlb, mm, 0, -1); in clear_refs_write()
|