Searched refs:last_task_used_math (Results 1 – 11 of 11) sorted by relevance
78 if (last_task_used_math == current) {79 last_task_used_math = NULL;93 if (last_task_used_math != current) {94 if (last_task_used_math != NULL)95 save_fpu(last_task_used_math);97 last_task_used_math = current;
79 extern struct task_struct *last_task_used_math;
146 if (last_task_used_math != NULL) in store_fpu_for_suspend()147 save_fpu(last_task_used_math); in store_fpu_for_suspend()148 last_task_used_math = NULL; in store_fpu_for_suspend()168 if (last_task_used_math == current) in do_fpu_context_switch()170 if (last_task_used_math != NULL) in do_fpu_context_switch()172 save_fpu(last_task_used_math); in do_fpu_context_switch()173 last_task_used_math = current; in do_fpu_context_switch()
17 struct task_struct *last_task_used_math; variable132 if (last_task_used_math == tsk) in exit_thread()133 last_task_used_math = NULL; in exit_thread()143 if (last_task_used_math == current) in flush_thread()144 last_task_used_math = NULL; in flush_thread()185 if (last_task_used_math == current) in copy_thread()
41 if (current == last_task_used_math) { in restore_sigcontext_fpu()42 last_task_used_math = NULL; in restore_sigcontext_fpu()67 if (last_task_used_math == tsk) in setup_sigcontext_fpu()68 save_fpu(last_task_used_math); in setup_sigcontext_fpu()
27 if (current == last_task_used_math) { in save_fpu_state()31 last_task_used_math = NULL; in save_fpu_state()60 if (current == last_task_used_math) { in restore_fpu_state()61 last_task_used_math = NULL; in restore_fpu_state()
69 struct task_struct *last_task_used_math = NULL; variable184 if (last_task_used_math == tsk) {193 last_task_used_math = NULL;205 if(last_task_used_math == current) {214 last_task_used_math = NULL;283 if(last_task_used_math == current) {
168 if(last_task_used_math == current) in do_fpd_trap()170 if(last_task_used_math) { in do_fpd_trap()172 struct task_struct *fptask = last_task_used_math; in do_fpd_trap()176 last_task_used_math = current; in do_fpd_trap()208 struct task_struct *fpt = last_task_used_math;296 last_task_used_math = NULL;
179 extern struct task_struct *last_task_used_math;187 #define FP_ROUNDMODE ((last_task_used_math->thread.fsr >> 30) & 0x3)203 #define FP_INHIBIT_RESULTS ((last_task_used_math->thread.fsr >> 23) & _fex)209 #define FP_TRAPPING_EXCEPTIONS ((last_task_used_math->thread.fsr >> 23) & 0x1f)
33 if (last_task_used_math != (nxt)) \
104 extern struct task_struct *last_task_used_math;