Lines Matching refs:max_ctx
45 .max_ctx = ~0U
55 * Initializes the ia64_ctx.bitmap array based on max_ctx+1.
56 * Called after cpu_init() has setup ia64_ctx.max_ctx based on
62 ia64_ctx.bitmap = memblock_alloc((ia64_ctx.max_ctx + 1) >> 3,
66 (ia64_ctx.max_ctx + 1) >> 3);
67 ia64_ctx.flushmap = memblock_alloc((ia64_ctx.max_ctx + 1) >> 3,
71 (ia64_ctx.max_ctx + 1) >> 3);
83 for (i=0; i <= ia64_ctx.max_ctx / BITS_PER_LONG; i++) {
90 ia64_ctx.max_ctx, 300);
92 ia64_ctx.max_ctx, ia64_ctx.next);