Searched refs:TIF_USEDFPU (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/ |
D | fpu.h | 109 #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() 185 clear_thread_flag(TIF_USEDFPU); in lose_fpu()
|
D | thread_info.h | 103 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ macro 125 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
|
D | switch_to.h | 102 if (test_and_clear_tsk_thread_flag(prev, TIF_USEDFPU)) \
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sigutil_32.c | 18 if (test_tsk_thread_flag(current, TIF_USEDFPU)) { in save_fpu_state() 23 clear_tsk_thread_flag(current, TIF_USEDFPU); in save_fpu_state() 52 if (test_tsk_thread_flag(current, TIF_USEDFPU)) in restore_fpu_state() 61 clear_tsk_thread_flag(current, TIF_USEDFPU); in restore_fpu_state()
|
D | process_32.c | 192 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);
|
D | traps_32.c | 213 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.1.27/arch/sparc/include/asm/ |
D | switch_to_32.h | 18 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \ 22 clear_tsk_thread_flag(prv, TIF_USEDFPU); \
|
D | thread_info_32.h | 109 #define TIF_USEDFPU 8 /* FPU was used by this task macro 120 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | thread_info.h | 104 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ macro 112 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
|
/linux-4.1.27/arch/mips/loongson/loongson-3/ |
D | cop2-ex.c | 44 set_thread_flag(TIF_USEDFPU); in loongson_cu2_call()
|
/linux-4.1.27/arch/mips/kernel/ |
D | process.c | 164 clear_tsk_thread_flag(p, TIF_USEDFPU); in copy_thread()
|