Searched defs:mmu_gather (Results 1 – 1 of 1) sorted by relevance
250 struct mmu_gather { struct251 struct mm_struct *mm;254 struct mmu_table_batch *batch;257 unsigned long start;258 unsigned long end;263 unsigned int fullmm : 1;269 unsigned int need_flush_all : 1;293 struct mmu_gather_batch *active; argument294 struct mmu_gather_batch local; argument303 void tlb_flush_mmu(struct mmu_gather *tlb); argument