Searched refs:tlb_gather_mmu (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
D | tlb.h | 50 static inline void tlb_gather_mmu(struct mmu_gather *tlb, in tlb_gather_mmu() function
|
/linux-4.4.14/arch/um/include/asm/ |
D | tlb.h | 48 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end) in tlb_gather_mmu() function
|
/linux-4.4.14/include/asm-generic/ |
D | tlb.h | 114 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned lon…
|
/linux-4.4.14/arch/sh/include/asm/ |
D | tlb.h | 39 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end) in tlb_gather_mmu() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | tlb.h | 171 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end) in tlb_gather_mmu() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tlb.h | 151 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end) in tlb_gather_mmu() function
|
/linux-4.4.14/mm/ |
D | memory.c | 217 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned lon… in tlb_gather_mmu() function 1402 tlb_gather_mmu(&tlb, mm, start, end); in zap_page_range() 1428 tlb_gather_mmu(&tlb, mm, address, end); in zap_page_range_single()
|
D | mmap.c | 2408 tlb_gather_mmu(&tlb, mm, start, end); in unmap_region() 2866 tlb_gather_mmu(&tlb, mm, 0, -1); in exit_mmap()
|
D | hugetlb.c | 3283 tlb_gather_mmu(&tlb, mm, start, end); in unmap_hugepage_range()
|
/linux-4.4.14/fs/ |
D | exec.c | 616 tlb_gather_mmu(&tlb, mm, old_start, old_end); in shift_arg_pages()
|