Home
last modified time | relevance | path

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

/linux-6.8/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
/linux-6.8/arch/riscv/include/asm/
Dswitch_to.h50 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function
69 #define __switch_to_fpu(__prev, __next) do { } while (0) macro