Searched refs:TIF_MSA_CTX_LIVE (Results 1 – 5 of 5) sorted by relevance
133 #define TIF_MSA_CTX_LIVE 30 /* MSA context must be preserved */ macro155 #define _TIF_MSA_CTX_LIVE (1<<TIF_MSA_CTX_LIVE)
131 return test_thread_flag(TIF_MSA_CTX_LIVE); in thread_msa_context_live()
76 clear_thread_flag(TIF_MSA_CTX_LIVE); in start_thread()176 clear_tsk_thread_flag(p, TIF_MSA_CTX_LIVE); in copy_thread()812 clear_tsk_thread_flag(t, TIF_MSA_CTX_LIVE); in mips_set_process_fp_mode()
1303 set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()1360 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()
630 } else if (!test_tsk_thread_flag(target, TIF_MSA_CTX_LIVE)) { in msa_get()