Searched refs:tlb_gather_mmu (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | memory.c | 216 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned lon… in tlb_gather_mmu() function 1385 tlb_gather_mmu(&tlb, mm, start, end); in zap_page_range() 1411 tlb_gather_mmu(&tlb, mm, address, end); in zap_page_range_single()
|
D | mmap.c | 2455 tlb_gather_mmu(&tlb, mm, start, end); in unmap_region() 2821 tlb_gather_mmu(&tlb, mm, 0, -1); in exit_mmap()
|
D | hugetlb.c | 2774 tlb_gather_mmu(&tlb, mm, start, end); in unmap_hugepage_range()
|