Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/include/asm/
Dswitch_to.h70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument
78 struct task_struct *__prev = (prev); \
81 __switch_to_fpu(__prev, __next); \
83 __switch_to_vector(__prev, __next); \
84 ((last) = __switch_to(__prev, __next)); \
Dvector.h213 #define __switch_to_vector(__prev, __next) do {} while (0) argument
/Linux-v6.6/arch/csky/include/asm/
Dswitch_to.h29 struct task_struct *__prev = (prev); \
31 __switch_to_fpu(__prev, __next); \