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