Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dswitch_to.h70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument
97 struct task_struct *__prev = (prev); \
99 __set_prev_cpu(__prev->thread); \
101 __switch_to_fpu(__prev, __next); \
103 __switch_to_vector(__prev, __next); \
106 ((last) = __switch_to(__prev, __next)); \
Dvector.h278 #define __switch_to_vector(__prev, __next) do {} while (0) argument
/linux-6.12.1/arch/csky/include/asm/
Dswitch_to.h29 struct task_struct *__prev = (prev); \
31 __switch_to_fpu(__prev, __next); \