Home
last modified time | relevance | path

Searched refs:TIF_USEDSIMD (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/loongarch/include/asm/
Dthread_info.h77 #define TIF_USEDSIMD 9 /* SIMD has been used this quantum */ macro
98 #define _TIF_USEDSIMD (1<<TIF_USEDSIMD)
Dfpu.h142 clear_tsk_thread_flag(tsk, TIF_USEDSIMD); in lose_fpu_inatomic()
205 return test_thread_flag(TIF_USEDSIMD); in is_simd_owner()
/linux-6.12.1/arch/loongarch/kernel/
Dprocess.c200 clear_tsk_thread_flag(p, TIF_USEDSIMD); in copy_thread()
Dtraps.c902 set_thread_flag(TIF_USEDSIMD); in init_restore_lsx()
928 set_thread_flag(TIF_USEDSIMD); in init_restore_lasx()