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

/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h88 #define TIF_LBT_CTX_LIVE 20 /* LBT context must be preserved */ macro
108 #define _TIF_LBT_CTX_LIVE (1<<TIF_LBT_CTX_LIVE)
H A Dlbt.h106 return test_thread_flag(TIF_LBT_CTX_LIVE);
/linux-master/arch/loongarch/kernel/
H A Dprocess.c92 clear_thread_flag(TIF_LBT_CTX_LIVE);
204 clear_tsk_thread_flag(p, TIF_LBT_CTX_LIVE);
H A Dtraps.c995 set_thread_flag(TIF_LBT_CTX_LIVE);

Completed in 262 milliseconds