Searched refs:TIF_LASX_CTX_LIVE (Results 1 – 5 of 5) sorted by relevance
86 #define TIF_LASX_CTX_LIVE 18 /* LASX context must be preserved */ macro105 #define _TIF_LASX_CTX_LIVE (1<<TIF_LASX_CTX_LIVE)
315 return test_thread_flag(TIF_LASX_CTX_LIVE); in thread_lasx_context_live()
91 clear_thread_flag(TIF_LASX_CTX_LIVE); in start_thread()203 clear_tsk_thread_flag(p, TIF_LASX_CTX_LIVE); in copy_thread()
890 set_thread_flag(TIF_LASX_CTX_LIVE); in init_restore_lasx()
293 } else if (!test_tsk_thread_flag(target, TIF_LASX_CTX_LIVE)) { in simd_get()