Lines Matching refs:next
33 struct task_struct *next, struct thread_info *next_ti);
62 next->thread.emulated_fp = 0; \
87 #define __sanitize_fcr31(next) \ argument
89 unsigned long fcr31 = mask_fcr31_x(next->thread.fpu.fcr31); \
93 pc = (void __user *)task_pt_regs(next)->cp0_epc; \
94 next->thread.fpu.fcr31 &= ~fcr31; \
95 force_fcr31_sig(fcr31, pc, next); \
105 #define switch_to(prev, next, last) \ argument
109 if (tsk_used_math(next)) \
110 __sanitize_fcr31(next); \
113 __restore_dsp(next); \
122 if (KSTK_STATUS(next) & ST0_CU2 && \
124 cop2_restore(next); \
131 write_c0_userlocal(task_thread_info(next)->tp_value); \
132 __restore_watch(next); \
133 (last) = resume(prev, next, task_thread_info(next)); \