Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/include/asm/
Dthread_info.h88 #define TIF_LBT_CTX_LIVE 20 /* LBT context must be preserved */ macro
107 #define _TIF_LBT_CTX_LIVE (1<<TIF_LBT_CTX_LIVE)
Dlbt.h106 return test_thread_flag(TIF_LBT_CTX_LIVE); in thread_lbt_context_live()
/Linux-v6.6/arch/loongarch/kernel/
Dprocess.c91 clear_thread_flag(TIF_LBT_CTX_LIVE); in start_thread()
203 clear_tsk_thread_flag(p, TIF_LBT_CTX_LIVE); in copy_thread()
Dtraps.c969 set_thread_flag(TIF_LBT_CTX_LIVE); in init_restore_lbt()