Searched defs:mmu_gather (Results 1 – 2 of 2) sorted by relevance
321 struct mmu_gather { struct322 struct mm_struct *mm;325 struct mmu_table_batch *batch;328 unsigned long start;329 unsigned long end;334 unsigned int fullmm : 1;340 unsigned int need_flush_all : 1;345 unsigned int freed_tables : 1;370 struct mmu_gather_batch *active; argument371 struct mmu_gather_batch local; argument[all …]
249 struct mmu_gather {}; struct