Home
last modified time | relevance | path

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

/linux/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)
/linux/arch/loongarch/kernel/
H A Dprocess.c200 clear_tsk_thread_flag(p, TIF_USEDSIMD); in copy_thread()
H A Dtraps.c902 set_thread_flag(TIF_USEDSIMD); in init_restore_lsx()
928 set_thread_flag(TIF_USEDSIMD); in init_restore_lasx()