Searched refs:TIF_LSX_CTX_LIVE (Results 1 – 5 of 5) sorted by relevance
86 #define TIF_LSX_CTX_LIVE 25 /* LSX context must be preserved */ macro100 #define _TIF_LSX_CTX_LIVE BIT(TIF_LSX_CTX_LIVE)
315 return test_thread_flag(TIF_LSX_CTX_LIVE); in thread_lsx_context_live()
94 clear_thread_flag(TIF_LSX_CTX_LIVE); in start_thread()228 clear_tsk_thread_flag(p, TIF_LSX_CTX_LIVE); in copy_thread()
906 set_thread_flag(TIF_LSX_CTX_LIVE); in init_restore_lsx()
289 } else if (!test_tsk_thread_flag(target, TIF_LSX_CTX_LIVE)) { in simd_get()