context_mm         29 arch/m68k/include/asm/mmu_context.h extern struct mm_struct *context_mm[LAST_CONTEXT+1];
context_mm         50 arch/m68k/include/asm/mmu_context.h 	context_mm[ctx] = mm;
context_mm         30 arch/m68k/mm/mcfmmu.c struct mm_struct *context_mm[LAST_CONTEXT+1];
context_mm        226 arch/m68k/mm/mcfmmu.c 	mm = context_mm[next_mmu_context];
context_mm         78 arch/microblaze/include/asm/mmu_context_mm.h extern struct mm_struct *context_mm[LAST_CONTEXT+1];
context_mm        100 arch/microblaze/include/asm/mmu_context_mm.h 	context_mm[ctx] = mm;
context_mm         31 arch/microblaze/mm/mmu_context.c struct mm_struct *context_mm[LAST_CONTEXT+1];
context_mm         62 arch/microblaze/mm/mmu_context.c 	mm = context_mm[next_mmu_context];
context_mm         86 arch/powerpc/mm/nohash/mmu_context.c static struct mm_struct **context_mm;
context_mm        119 arch/powerpc/mm/nohash/mmu_context.c 		mm = context_mm[id];
context_mm        173 arch/powerpc/mm/nohash/mmu_context.c 		mm = context_mm[id];
context_mm        180 arch/powerpc/mm/nohash/mmu_context.c 			context_mm[id] = NULL;
context_mm        212 arch/powerpc/mm/nohash/mmu_context.c 	mm = context_mm[id];
context_mm        240 arch/powerpc/mm/nohash/mmu_context.c 		if (used != (context_mm[id] != NULL))
context_mm        242 arch/powerpc/mm/nohash/mmu_context.c 			       id, used ? "used" : "free", context_mm[id]);
context_mm        243 arch/powerpc/mm/nohash/mmu_context.c 		if (context_mm[id] != NULL)
context_mm        244 arch/powerpc/mm/nohash/mmu_context.c 			nact += context_mm[id]->context.active;
context_mm        292 arch/powerpc/mm/nohash/mmu_context.c 		if (context_mm[id] != next)
context_mm        294 arch/powerpc/mm/nohash/mmu_context.c 			       next, id, id, context_mm[id]);
context_mm        331 arch/powerpc/mm/nohash/mmu_context.c 	context_mm[id] = next;
context_mm        407 arch/powerpc/mm/nohash/mmu_context.c 		context_mm[id] = NULL;
context_mm        463 arch/powerpc/mm/nohash/mmu_context.c 	context_mm = memblock_alloc(sizeof(void *) * (LAST_CONTEXT + 1),
context_mm        465 arch/powerpc/mm/nohash/mmu_context.c 	if (!context_mm)