Searched defs:mmu_gather (Results 1 – 1 of 1) sorted by relevance
254 struct mmu_gather { struct255 struct mm_struct *mm;258 struct mmu_table_batch *batch;261 unsigned long start;262 unsigned long end;267 unsigned int fullmm : 1;273 unsigned int need_flush_all : 1;297 struct mmu_gather_batch *active; argument298 struct mmu_gather_batch local; argument307 void tlb_flush_mmu(struct mmu_gather *tlb); argument