Home
last modified time | relevance | path

Searched refs:__prev (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dswitch_to.h71 #define __switch_to_fpu(__prev, __next) do { } while (0) argument
116 struct task_struct *__prev = (prev); \
118 __set_prev_cpu(__prev->thread); \
120 __switch_to_fpu(__prev, __next); \
122 __switch_to_vector(__prev, __next); \
128 ((last) = __switch_to(__prev, __next)); \
/linux/arch/csky/include/asm/
H A Dswitch_to.h29 struct task_struct *__prev = (prev); \
31 __switch_to_fpu(__prev, __next); \