Lines Matching refs:context_mm
59 static struct mm_struct **context_mm; variable
92 mm = context_mm[id]; in steal_context_smp()
145 mm = context_mm[id]; in steal_context_up()
171 if (used != (context_mm[id] != NULL)) in context_check_map()
173 id, used ? "used" : "free", context_mm[id]); in context_check_map()
174 if (context_mm[id] != NULL) in context_check_map()
175 nact += context_mm[id]->context.active; in context_check_map()
219 if (context_mm[id] != next) in switch_mmu_context()
221 next, id, id, context_mm[id]); in switch_mmu_context()
255 context_mm[id] = next; in switch_mmu_context()
319 context_mm[id] = NULL; in destroy_context()
422 context_mm = alloc_bootmem(sizeof(void *) * (last_context + 1)); in mmu_context_init()