Searched refs:TIF_LASX_CTX_LIVE (Results 1 – 5 of 5) sorted by relevance
87 #define TIF_LASX_CTX_LIVE 18 /* LASX context must be preserved */ macro108 #define _TIF_LASX_CTX_LIVE (1<<TIF_LASX_CTX_LIVE)
323 return test_thread_flag(TIF_LASX_CTX_LIVE); in thread_lasx_context_live()
95 clear_thread_flag(TIF_LASX_CTX_LIVE); in start_thread()224 clear_tsk_thread_flag(p, TIF_LASX_CTX_LIVE); in copy_thread()
927 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()
Completed in 8 milliseconds