Searched refs:tlb_gather_mmu (Results 1 – 5 of 5) sorted by relevance
/mm/ |
D | oom_kill.c | 498 tlb_gather_mmu(&tlb, mm, vma->vm_start, vma->vm_end); in __oom_reap_task_mm()
|
D | madvise.c | 477 tlb_gather_mmu(&tlb, mm, start, end); in madvise_free_single_vma()
|
D | memory.c | 417 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, in tlb_gather_mmu() function 1610 tlb_gather_mmu(&tlb, mm, start, end); in zap_page_range() 1648 tlb_gather_mmu(&tlb, mm, address, end); in zap_page_range_single()
|
D | mmap.c | 2533 tlb_gather_mmu(&tlb, mm, start, end); in unmap_region() 3063 tlb_gather_mmu(&tlb, mm, 0, -1); in exit_mmap()
|
D | hugetlb.c | 3435 tlb_gather_mmu(&tlb, mm, start, end); in unmap_hugepage_range()
|