Lines Matching defs:next
91 /* Queue a TLB invalidation for each CPU on next context-switch */
166 * of active_context as used and next context switch we will
209 struct mm_struct *next, unsigned int cpu)
219 cpumask_set_cpu(cpu, mm_cpumask(next));
221 set_mm_asid(next, cpu);
224 set_mm_noasid(next);
280 struct mm_struct *next, unsigned int cpu)
318 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
323 if (unlikely(prev == next))
327 * Mark the current MM context as inactive, and the next as
333 set_mm(prev, next, cpu);
335 flush_icache_deferred(next, cpu);