Home
last modified time | relevance | path

Searched refs:TIF_USEDFPU (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/
Dfpu.h61 #define clear_fpu_owner() clear_thread_flag(TIF_USEDFPU)
65 return test_thread_flag(TIF_USEDFPU); in __is_fpu_owner()
77 set_thread_flag(TIF_USEDFPU); in __own_fpu()
103 clear_thread_flag(TIF_USEDFPU); in lose_fpu()
Dthread_info.h117 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ macro
142 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/linux-2.6.39/arch/sparc/kernel/
Dprocess_32.c341 if (test_thread_flag(TIF_USEDFPU)) {
350 clear_thread_flag(TIF_USEDFPU);
362 if (test_thread_flag(TIF_USEDFPU)) {
371 clear_thread_flag(TIF_USEDFPU);
469 if (test_thread_flag(TIF_USEDFPU)) {
475 clear_thread_flag(TIF_USEDFPU);
580 if (test_thread_flag(TIF_USEDFPU)) {
586 clear_thread_flag(TIF_USEDFPU);
Dtraps_32.c215 set_thread_flag(TIF_USEDFPU); in do_fpd_trap()
246 if (!test_tsk_thread_flag(fpt, TIF_USEDFPU)) {
289 clear_tsk_thread_flag(fpt, TIF_USEDFPU);
Dsignal_32.c87 if (test_tsk_thread_flag(current, TIF_USEDFPU)) in restore_fpu_state()
96 clear_tsk_thread_flag(current, TIF_USEDFPU); in restore_fpu_state()
288 if (test_tsk_thread_flag(current, TIF_USEDFPU)) { in save_fpu_state()
293 clear_tsk_thread_flag(current, TIF_USEDFPU); in save_fpu_state()
/linux-2.6.39/arch/sparc/include/asm/
Dthread_info_32.h131 #define TIF_USEDFPU 8 /* FPU was used by this task macro
144 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
Dsystem_32.h79 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \
83 clear_tsk_thread_flag(prv, TIF_USEDFPU); \
/linux-2.6.39/arch/m32r/include/asm/
Dthread_info.h138 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ macro
150 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/linux-2.6.39/arch/mips/kernel/
Dprocess.c171 clear_tsk_thread_flag(p, TIF_USEDFPU); in copy_thread()