Searched refs:TS_USEDFPU (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Di387.h34 if (task_thread_info(tsk)->status & TS_USEDFPU) \
52 if (task_thread_info(tsk)->status & TS_USEDFPU) { \
54 task_thread_info(tsk)->status &= ~TS_USEDFPU; \
156 if (me->status & TS_USEDFPU) {
158 me->status &= ~TS_USEDFPU;
173 task_thread_info(tsk)->status &= ~TS_USEDFPU;
H A Dthread_info.h161 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Di387.h74 task_thread_info(tsk)->status &= ~TS_USEDFPU;
78 if (task_thread_info(tsk)->status & TS_USEDFPU) { \
87 if (task_thread_info(tsk)->status & TS_USEDFPU) { \
89 task_thread_info(tsk)->status &= ~TS_USEDFPU; \
H A Dthread_info.h172 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dthread_info.h141 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dthread_info.h176 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di387.c94 if (task_thread_info(tsk)->status & TS_USEDFPU) {
H A Dtraps.c1065 task_thread_info(me)->status |= TS_USEDFPU;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c76 if (thread->status & TS_USEDFPU) {
H A Dtraps.c1044 thread->status |= TS_USEDFPU; /* So we fnsave on switch_to() */

Completed in 246 milliseconds