Home
last modified time | relevance | path

Searched refs:__next (Results 1 – 3 of 3) sorted by relevance

/arch/riscv/include/asm/
A Dswitch_to.h70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument
116 struct task_struct *__next = (next); \
119 __switch_to_fpu(__prev, __next); \
121 __switch_to_vector(__prev, __next); \
122 if (switch_to_should_flush_icache(__next)) \
124 __switch_to_envcfg(__next); \
125 ((last) = __switch_to(__prev, __next)); \
A Dvector.h420 #define __switch_to_vector(__prev, __next) do {} while (0) argument
/arch/csky/include/asm/
A Dswitch_to.h30 struct task_struct *__next = (next); \
31 __switch_to_fpu(__prev, __next); \

Completed in 7 milliseconds