Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dswitch_to.h10 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function
17 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function
32 __switch_to_fpu(__prev, __next); \
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dswitch_to.h9 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function
16 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function
31 __switch_to_fpu(__prev, __next); \
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dswitch_to.h50 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function
70 #define __switch_to_fpu(__prev, __next) do { } while (0) macro
81 __switch_to_fpu(__prev, __next); \

Completed in 1 milliseconds