Searched refs:TS_USEDFPU (Results 1 – 10 of 10) sorted by relevance
44 if (task_thread_info(tsk)->status & TS_USEDFPU) { in __unlazy_fpu()45 task_thread_info(tsk)->status &= ~TS_USEDFPU; in __unlazy_fpu()62 if (task_thread_info(tsk)->status & TS_USEDFPU) { in clear_fpu()63 task_thread_info(tsk)->status &= ~TS_USEDFPU; in clear_fpu()
155 #define TS_USEDFPU 0x0002 /* FPU used by this task this quantum */ macro
124 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */ macro
130 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */ macro
46 task_thread_info(tsk)->status |= TS_USEDFPU; in __fpu_state_restore()
150 #define TS_USEDFPU 0x0001 macro
561 task_thread_info(tsk)->status |= TS_USEDFPU; in ieee_fpe_handler()606 if (!(task_thread_info(tsk)->status & TS_USEDFPU)) { in do_fpu_inst()609 task_thread_info(tsk)->status |= TS_USEDFPU; in do_fpu_inst()
158 ti->status &= ~TS_USEDFPU; in copy_thread()
421 task_thread_info(tsk)->status |= TS_USEDFPU; in BUILD_TRAP_HANDLER()
570 task_thread_info(tsk)->status |= TS_USEDFPU; in BUILD_TRAP_HANDLER()