Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dthread_info.h92 #define TIF_LBT_CTX_LIVE 25 /* LBT context */ macro
115 #define _TIF_LBT_CTX_LIVE (1<<TIF_LBT_CTX_LIVE)
H A Dlbt.h145 return test_thread_flag(TIF_LBT_CTX_LIVE); in thread_lbt_context_live()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A 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)
H A Dlbt.h106 return test_thread_flag(TIF_LBT_CTX_LIVE); in thread_lbt_context_live()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dprocess.c80 clear_thread_flag(TIF_LBT_CTX_LIVE); in start_thread()
180 clear_tsk_thread_flag(p, TIF_LBT_CTX_LIVE); in copy_thread()
H A Dtraps.c987 set_thread_flag(TIF_LBT_CTX_LIVE); in init_restore_lbt()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dprocess.c92 clear_thread_flag(TIF_LBT_CTX_LIVE); in start_thread()
204 clear_tsk_thread_flag(p, TIF_LBT_CTX_LIVE); in copy_thread()
H A Dtraps.c969 set_thread_flag(TIF_LBT_CTX_LIVE); in init_restore_lbt()

Completed in 6 milliseconds