Searched refs:TIF_USEDSIMD (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/loongarch/kernel/
H A Dtraps.c897 set_thread_flag(TIF_USEDSIMD);
923 set_thread_flag(TIF_USEDSIMD);
H A Dprocess.c200 clear_tsk_thread_flag(p, TIF_USEDSIMD);
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h77 #define TIF_USEDSIMD 9 /* SIMD has been used this quantum */ macro
98 #define _TIF_USEDSIMD (1<<TIF_USEDSIMD)
H A Dfpu.h141 clear_tsk_thread_flag(tsk, TIF_USEDSIMD);
204 return test_thread_flag(TIF_USEDSIMD);

Completed in 167 milliseconds