Searched defs:mmu_gather (Results 1 – 6 of 6) sorted by relevance
84 struct mmu_gather { struct94 struct mmu_gather_batch *active; argument95 struct mmu_gather_batch local; argument101 static inline int tlb_fast_mode(struct mmu_gather *tlb) in tlb_fast_mode() argument
54 struct mmu_gather { struct66 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
61 struct mmu_gather { struct62 struct mm_struct *mm;63 unsigned int nr; /* == ~0U => fast mode */64 unsigned int max;65 unsigned char fullmm; /* non-zero means full mm flush */66 unsigned char need_flush; /* really unmapped some PTEs? */67 unsigned long start_addr;68 unsigned long end_addr;69 struct page **pages;70 struct page *local[IA64_GATHER_BUNDLE];
17 struct mmu_gather { struct25 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() argument
31 struct mmu_gather { struct50 extern void tlb_table_flush(struct mmu_gather *tlb); argument
21 struct mmu_gather { struct27 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather() argument