Home
last modified time | relevance | path

Searched refs:last_task_used_math (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dsigutil_32.c27 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()
H A Dprocess_32.c66 struct task_struct *last_task_used_math = NULL; variable
180 if (last_task_used_math == tsk) {
189 last_task_used_math = NULL;
201 if(last_task_used_math == current) {
210 last_task_used_math = NULL;
271 if(last_task_used_math == current) {
H A Dtraps_32.c166 if(last_task_used_math == current) in do_fpd_trap()
168 if(last_task_used_math) { in do_fpd_trap()
170 struct task_struct *fptask = last_task_used_math; in do_fpd_trap()
174 last_task_used_math = current; in do_fpd_trap()
206 struct task_struct *fpt = last_task_used_math;
294 last_task_used_math = NULL;
/openbmc/linux/arch/sparc/include/asm/
H A Dsfp-machine_32.h179 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)
H A Dswitch_to_32.h33 if (last_task_used_math != (nxt)) \
H A Dprocessor_32.h91 extern struct task_struct *last_task_used_math;
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1235 extern struct task_struct *last_task_used_math;