Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dthread_info.h133 #define TIF_MSA_CTX_LIVE 30 /* MSA context must be preserved */ macro
155 #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()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dprocess.c76 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()
H A Dtraps.c1303 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()
H A Dptrace.c630 } else if (!test_tsk_thread_flag(target, TIF_MSA_CTX_LIVE)) { in msa_get()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dprocess.c61 clear_thread_flag(TIF_MSA_CTX_LIVE); in start_thread()
131 clear_tsk_thread_flag(p, TIF_MSA_CTX_LIVE); in copy_thread()
828 clear_tsk_thread_flag(t, TIF_MSA_CTX_LIVE); in mips_set_process_fp_mode()
H A Dtraps.c1300 set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()
1357 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()
H A Dptrace.c637 } else if (!test_tsk_thread_flag(target, TIF_MSA_CTX_LIVE)) { in msa_get()

Completed in 14 milliseconds