Lines Matching refs:next
37 #define __switch_to(prev,next,last) do { \
40 if (IA64_HAS_EXTRA_STATE(next)) \
41 ia64_load_extra(next); \
42 ia64_psr(task_pt_regs(next))->dfh = !ia64_is_local_fpu_owner(next); \
43 (last) = ia64_switch_to((next)); \
53 # define switch_to(prev,next,last) do { \
59 __switch_to(prev, next, last); \
60 /* "next" in old context is "current" in new context */ \
68 # define switch_to(prev,next,last) __switch_to(prev, next, last)