TIF_MSA_CTX_LIVE
return test_thread_flag(TIF_MSA_CTX_LIVE);
#define _TIF_MSA_CTX_LIVE (1<<TIF_MSA_CTX_LIVE)
clear_tsk_thread_flag(p, TIF_MSA_CTX_LIVE);
clear_thread_flag(TIF_MSA_CTX_LIVE);
clear_tsk_thread_flag(t, TIF_MSA_CTX_LIVE);
} else if (!test_tsk_thread_flag(target, TIF_MSA_CTX_LIVE)) {
set_thread_flag(TIF_MSA_CTX_LIVE);
prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE);