Searched refs:__switch_to_fpu (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dswitch_to.h9 static inline void __switch_to_fpu(struct task_struct *prev, function
16 static inline void __switch_to_fpu(struct task_struct *prev, function
31 __switch_to_fpu(__prev, __next); \
/linux-master/arch/riscv/include/asm/
H A Dswitch_to.h50 static inline void __switch_to_fpu(struct task_struct *prev, function
69 #define __switch_to_fpu(__prev, __next) do { } while (0) macro
80 __switch_to_fpu(__prev, __next); \

Completed in 124 milliseconds