Lines Matching refs:context_mm
61 static struct mm_struct **context_mm; variable
95 mm = context_mm[id]; in steal_context_smp()
147 mm = context_mm[id]; in steal_all_contexts()
154 context_mm[id] = NULL; in steal_all_contexts()
182 mm = context_mm[id]; in steal_context_up()
208 if (used != (context_mm[id] != NULL)) in context_check_map()
210 id, used ? "used" : "free", context_mm[id]); in context_check_map()
211 if (context_mm[id] != NULL) in context_check_map()
212 nact += context_mm[id]->context.active; in context_check_map()
257 if (context_mm[id] != next) in switch_mmu_context()
259 next, id, id, context_mm[id]); in switch_mmu_context()
296 context_mm[id] = next; in switch_mmu_context()
374 context_mm[id] = NULL; in destroy_context()
465 context_mm = memblock_virt_alloc(sizeof(void *) * (last_context + 1), 0); in mmu_context_init()