Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dthread_info.h131 #define TIF_MSA_CTX_LIVE 30 /* MSA context must be preserved */ macro
153 #define _TIF_MSA_CTX_LIVE (1<<TIF_MSA_CTX_LIVE)
H A Dmsa.h131 return test_thread_flag(TIF_MSA_CTX_LIVE); in thread_msa_context_live()
/linux/arch/mips/kernel/
H A Dtraps.c1302 set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()
1359 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()