Searched refs:TIF_LSX_CTX_LIVE (Results 1 – 5 of 5) sorted by relevance
85 #define TIF_LSX_CTX_LIVE 17 /* LSX context must be preserved */ macro104 #define _TIF_LSX_CTX_LIVE (1<<TIF_LSX_CTX_LIVE)
307 return test_thread_flag(TIF_LSX_CTX_LIVE); in thread_lsx_context_live()
90 clear_thread_flag(TIF_LSX_CTX_LIVE); in start_thread()202 clear_tsk_thread_flag(p, TIF_LSX_CTX_LIVE); in copy_thread()
859 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()