Searched defs:__switch_to_fpu (Results 1 – 2 of 2) sorted by relevance
9 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function16 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function
50 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() function70 #define __switch_to_fpu(__prev, __next) do { } while (0) macro