Home
last modified time | relevance | path

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

/Linux-v5.15/arch/riscv/include/asm/
Dswitch_to.h68 #define __switch_to_aux(__prev, __next) do { } while (0) argument
76 struct task_struct *__prev = (prev); \
79 __switch_to_aux(__prev, __next); \
80 ((last) = __switch_to(__prev, __next)); \
/Linux-v5.15/arch/csky/include/asm/
Dswitch_to.h29 struct task_struct *__prev = (prev); \
31 __switch_to_fpu(__prev, __next); \