Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dswitch_to.h63 #define __switch_to_aux(__prev, __next) do { } while (0) argument
71 struct task_struct *__prev = (prev); \
74 __switch_to_aux(__prev, __next); \
75 ((last) = __switch_to(__prev, __next)); \
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dswitch_to.h30 struct task_struct *__prev = (prev); \
32 __switch_to_fpu(__prev, __next); \