Searched refs:__prev (Results 1 – 3 of 3) sorted by relevance
70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument78 struct task_struct *__prev = (prev); \81 __switch_to_fpu(__prev, __next); \83 __switch_to_vector(__prev, __next); \84 ((last) = __switch_to(__prev, __next)); \
213 #define __switch_to_vector(__prev, __next) do {} while (0) argument
29 struct task_struct *__prev = (prev); \31 __switch_to_fpu(__prev, __next); \