Searched refs:tlb_gather_mmu (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 1361 tlb_gather_mmu(&tlb, mm, start, end); in zap_page_range() 1387 tlb_gather_mmu(&tlb, mm, address, end); in zap_page_range_single()
|
D | mmap.c | 2393 tlb_gather_mmu(&tlb, mm, start, end); in unmap_region() 2852 tlb_gather_mmu(&tlb, mm, 0, -1); in exit_mmap()
|
D | hugetlb.c | 2861 tlb_gather_mmu(&tlb, mm, start, end); in unmap_hugepage_range()
|
/linux-4.1.27/fs/ |
D | exec.c | 610 tlb_gather_mmu(&tlb, mm, old_start, old_end); in shift_arg_pages()
|