Lines Matching full:contexts
47 * The MPC8xx has only 16 contexts. We rotate through them on each task switch.
48 * A better way would be to keep track of tasks that own contexts, and implement
54 * The IBM4xx has 256 contexts, so we can just rotate through these as a way of
55 * "switching" contexts. If the TID of the TLB is zero, the PID/TID comparison
57 * shared among all contexts. -- Dan
59 * The IBM 47x core supports 16-bit PIDs, thus 65535 contexts. We should
110 * we cannot steal active contexts in steal_context_smp()
138 /* This will happen if you have more CPUs than available contexts, in steal_context_smp()
169 /* Flush the TLB for all contexts (not to be used on SMP) */ in steal_all_contexts()
262 /* No more free contexts, let's try to steal one */ in switch_mmu_context()
412 "MMU: Allocated %zu bytes of context maps for %d contexts\n", in mmu_context_init()
417 * Some processors have too few contexts to reserve one for in mmu_context_init()