Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dthread_info.h116 #define TIF_MSA_CTX_LIVE 30 /* MSA context must be preserved */ macro
136 #define _TIF_MSA_CTX_LIVE (1<<TIF_MSA_CTX_LIVE)
Dmsa.h55 return test_thread_flag(TIF_MSA_CTX_LIVE); in thread_msa_context_live()
/linux-4.1.27/arch/mips/kernel/
Dprocess.c72 clear_thread_flag(TIF_MSA_CTX_LIVE); in start_thread()
166 clear_tsk_thread_flag(p, TIF_MSA_CTX_LIVE); in copy_thread()
655 clear_tsk_thread_flag(t, TIF_MSA_CTX_LIVE); in mips_set_process_fp_mode()
Dtraps.c1233 set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()
1292 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()