Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dfpu.h109 #define clear_fpu_owner() clear_thread_flag(TIF_USEDFPU)
113 return test_thread_flag(TIF_USEDFPU); in __is_fpu_owner()
141 set_thread_flag(TIF_USEDFPU); in __own_fpu()
184 clear_tsk_thread_flag(tsk, TIF_USEDFPU); in lose_fpu_inatomic()
Dthread_info.h104 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ macro
127 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/linux-4.4.14/arch/sparc/kernel/
Dsigutil_32.c18 if (test_tsk_thread_flag(current, TIF_USEDFPU)) { in save_fpu_state()
23 clear_tsk_thread_flag(current, TIF_USEDFPU); in save_fpu_state()
56 if (test_tsk_thread_flag(current, TIF_USEDFPU)) in restore_fpu_state()
65 clear_tsk_thread_flag(current, TIF_USEDFPU); in restore_fpu_state()
Dprocess_32.c192 if (test_thread_flag(TIF_USEDFPU)) {
201 clear_thread_flag(TIF_USEDFPU);
213 if (test_thread_flag(TIF_USEDFPU)) {
222 clear_thread_flag(TIF_USEDFPU);
318 if (test_thread_flag(TIF_USEDFPU)) {
400 clear_tsk_thread_flag(p, TIF_USEDFPU);
427 if (test_thread_flag(TIF_USEDFPU)) {
433 clear_thread_flag(TIF_USEDFPU);
Dtraps_32.c213 set_thread_flag(TIF_USEDFPU); in do_fpd_trap()
242 if (!test_tsk_thread_flag(fpt, TIF_USEDFPU)) {
285 clear_tsk_thread_flag(fpt, TIF_USEDFPU);
/linux-4.4.14/arch/sparc/include/asm/
Dswitch_to_32.h18 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \
22 clear_tsk_thread_flag(prv, TIF_USEDFPU); \
Dthread_info_32.h109 #define TIF_USEDFPU 8 /* FPU was used by this task macro
120 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/linux-4.4.14/arch/m32r/include/asm/
Dthread_info.h104 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ macro
112 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dcop2-ex.c44 set_thread_flag(TIF_USEDFPU); in loongson_cu2_call()
/linux-4.4.14/arch/mips/kernel/
Dprocess.c164 clear_tsk_thread_flag(p, TIF_USEDFPU); in copy_thread()