LAST_CONTEXT       29 arch/m68k/include/asm/mmu_context.h extern struct mm_struct *context_mm[LAST_CONTEXT+1];
LAST_CONTEXT       44 arch/m68k/include/asm/mmu_context.h 		ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx);
LAST_CONTEXT       45 arch/m68k/include/asm/mmu_context.h 		if (ctx > LAST_CONTEXT)
LAST_CONTEXT       48 arch/m68k/include/asm/mmu_context.h 	next_mmu_context = (ctx + 1) & LAST_CONTEXT;
LAST_CONTEXT       28 arch/m68k/mm/mcfmmu.c unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];
LAST_CONTEXT       30 arch/m68k/mm/mcfmmu.c struct mm_struct *context_mm[LAST_CONTEXT+1];
LAST_CONTEXT      202 arch/m68k/mm/mcfmmu.c 	atomic_set(&nr_free_contexts, LAST_CONTEXT - FIRST_CONTEXT + 1);
LAST_CONTEXT       78 arch/microblaze/include/asm/mmu_context_mm.h extern struct mm_struct *context_mm[LAST_CONTEXT+1];
LAST_CONTEXT       94 arch/microblaze/include/asm/mmu_context_mm.h 		ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx);
LAST_CONTEXT       95 arch/microblaze/include/asm/mmu_context_mm.h 		if (ctx > LAST_CONTEXT)
LAST_CONTEXT       98 arch/microblaze/include/asm/mmu_context_mm.h 	next_mmu_context = (ctx + 1) & LAST_CONTEXT;
LAST_CONTEXT       29 arch/microblaze/mm/mmu_context.c unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];
LAST_CONTEXT       31 arch/microblaze/mm/mmu_context.c struct mm_struct *context_mm[LAST_CONTEXT+1];
LAST_CONTEXT       44 arch/microblaze/mm/mmu_context.c 	atomic_set(&nr_free_contexts, LAST_CONTEXT - FIRST_CONTEXT + 1);
LAST_CONTEXT       56 arch/powerpc/mm/book3s32/mmu_context.c static unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];
LAST_CONTEXT       63 arch/powerpc/mm/book3s32/mmu_context.c 		ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx);
LAST_CONTEXT       64 arch/powerpc/mm/book3s32/mmu_context.c 		if (ctx > LAST_CONTEXT)
LAST_CONTEXT       67 arch/powerpc/mm/book3s32/mmu_context.c 	next_mmu_context = (ctx + 1) & LAST_CONTEXT;
LAST_CONTEXT       90 arch/powerpc/mm/nohash/mmu_context.c 	(sizeof(unsigned long) * (LAST_CONTEXT / BITS_PER_LONG + 1))
LAST_CONTEXT      114 arch/powerpc/mm/nohash/mmu_context.c 	max = LAST_CONTEXT - FIRST_CONTEXT;
LAST_CONTEXT      126 arch/powerpc/mm/nohash/mmu_context.c 			if (id > LAST_CONTEXT)
LAST_CONTEXT      171 arch/powerpc/mm/nohash/mmu_context.c 	for (id = FIRST_CONTEXT; id <= LAST_CONTEXT; id++) {
LAST_CONTEXT      194 arch/powerpc/mm/nohash/mmu_context.c 	nr_free_contexts = LAST_CONTEXT - FIRST_CONTEXT;
LAST_CONTEXT      236 arch/powerpc/mm/nohash/mmu_context.c 	for (id = FIRST_CONTEXT; id <= LAST_CONTEXT; id++) {
LAST_CONTEXT      301 arch/powerpc/mm/nohash/mmu_context.c 	if (id > LAST_CONTEXT)
LAST_CONTEXT      325 arch/powerpc/mm/nohash/mmu_context.c 		id = find_next_zero_bit(map, LAST_CONTEXT+1, id);
LAST_CONTEXT      326 arch/powerpc/mm/nohash/mmu_context.c 		if (id > LAST_CONTEXT)
LAST_CONTEXT      463 arch/powerpc/mm/nohash/mmu_context.c 	context_mm = memblock_alloc(sizeof(void *) * (LAST_CONTEXT + 1),
LAST_CONTEXT      467 arch/powerpc/mm/nohash/mmu_context.c 		      sizeof(void *) * (LAST_CONTEXT + 1));
LAST_CONTEXT      481 arch/powerpc/mm/nohash/mmu_context.c 	       2 * CTX_MAP_SIZE + (sizeof(void *) * (LAST_CONTEXT + 1)),
LAST_CONTEXT      482 arch/powerpc/mm/nohash/mmu_context.c 	       LAST_CONTEXT - FIRST_CONTEXT + 1);
LAST_CONTEXT      492 arch/powerpc/mm/nohash/mmu_context.c 	nr_free_contexts = LAST_CONTEXT - FIRST_CONTEXT + 1;