Home
last modified time | relevance | path

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

/linux-6.12.1/arch/csky/include/asm/
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); \
/linux-6.12.1/arch/riscv/include/asm/
Dswitch_to.h51 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
101 __switch_to_fpu(__prev, __next); \