Searched defs:mmu_gather (Results 1 – 1 of 1) sorted by relevance
271 struct mmu_gather { struct272 struct mm_struct *mm;275 struct mmu_table_batch *batch;278 unsigned long start;279 unsigned long end;284 unsigned int fullmm : 1;290 unsigned int need_flush_all : 1;315 struct mmu_gather_batch *active; argument316 struct mmu_gather_batch local; argument325 void tlb_flush_mmu(struct mmu_gather *tlb); argument