Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dsigutil_32.c19 if (test_tsk_thread_flag(current, TIF_USEDFPU)) { in save_fpu_state()
24 clear_tsk_thread_flag(current, TIF_USEDFPU); in save_fpu_state()
57 if (test_tsk_thread_flag(current, TIF_USEDFPU)) in restore_fpu_state()
66 clear_tsk_thread_flag(current, TIF_USEDFPU); in restore_fpu_state()
H A Dprocess_32.c182 if (test_tsk_thread_flag(tsk, TIF_USEDFPU)) {
191 clear_ti_thread_flag(task_thread_info(tsk), TIF_USEDFPU);
203 if (test_thread_flag(TIF_USEDFPU)) {
212 clear_thread_flag(TIF_USEDFPU);
273 if (test_thread_flag(TIF_USEDFPU)) {
351 clear_tsk_thread_flag(p, TIF_USEDFPU);
H A Dtraps_32.c189 set_thread_flag(TIF_USEDFPU); in do_fpd_trap()
218 if (!test_tsk_thread_flag(fpt, TIF_USEDFPU)) {
261 clear_tsk_thread_flag(fpt, TIF_USEDFPU);
/openbmc/linux/arch/mips/include/asm/
H A Dfpu.h106 #define clear_fpu_owner() clear_thread_flag(TIF_USEDFPU)
110 return test_thread_flag(TIF_USEDFPU); in __is_fpu_owner()
138 set_thread_flag(TIF_USEDFPU); in __own_fpu()
185 clear_tsk_thread_flag(tsk, TIF_USEDFPU); in lose_fpu_inatomic()
H A Dthread_info.h118 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ macro
142 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/openbmc/linux/arch/loongarch/include/asm/
H A Dfpu.h94 #define clear_fpu_owner() clear_thread_flag(TIF_USEDFPU)
98 return test_thread_flag(TIF_USEDFPU); in is_fpu_owner()
104 set_thread_flag(TIF_USEDFPU); in __own_fpu()
143 clear_tsk_thread_flag(tsk, TIF_USEDFPU); in lose_fpu_inatomic()
H A Dthread_info.h76 #define TIF_USEDFPU 8 /* FPU was used by this task this quantum (SMP) */ macro
96 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/openbmc/linux/arch/sparc/include/asm/
H A Dswitch_to_32.h19 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \
23 clear_tsk_thread_flag(prv, TIF_USEDFPU); \
H A Dthread_info_32.h108 #define TIF_USEDFPU 8 /* FPU was used by this task macro
120 #define _TIF_USEDFPU (1<<TIF_USEDFPU)
/openbmc/linux/arch/mips/loongson64/
H A Dcop2-ex.c58 set_thread_flag(TIF_USEDFPU); in loongson_cu2_call()
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c199 clear_tsk_thread_flag(p, TIF_USEDFPU); in copy_thread()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c129 clear_tsk_thread_flag(p, TIF_USEDFPU); in copy_thread()