Searched refs:mmu_gather (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/asm-generic/ |
D | tlb.h | 39 struct mmu_gather { struct 48 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument 53 static inline struct mmu_gather * 56 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers); in tlb_gather_mmu() 69 tlb_flush_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_flush_mmu() 86 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() 101 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page()
|
/external/kernel-headers/original/linux/ |
D | mm.h | 214 struct mmu_gather; 714 unsigned long unmap_vmas(struct mmu_gather **tlb, 718 void free_pgd_range(struct mmu_gather **tlb, unsigned long addr, 720 void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *start_vma,
|