Searched refs:TIF_MSA_CTX_LIVE (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
H A Dthread_info.h117 #define TIF_MSA_CTX_LIVE 30 /* MSA context must be preserved */ macro
138 #define _TIF_MSA_CTX_LIVE (1<<TIF_MSA_CTX_LIVE)
H A Dmsa.h135 return test_thread_flag(TIF_MSA_CTX_LIVE); thread_msa_context_live()
/linux-4.4.14/arch/mips/kernel/
H A Dprocess.c72 clear_thread_flag(TIF_MSA_CTX_LIVE); start_thread()
166 clear_tsk_thread_flag(p, TIF_MSA_CTX_LIVE); copy_thread()
655 clear_tsk_thread_flag(t, TIF_MSA_CTX_LIVE); for_each_thread()
H A Dtraps.c1246 set_thread_flag(TIF_MSA_CTX_LIVE); enable_restore_fp_context()
1305 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); enable_restore_fp_context()

Completed in 171 milliseconds