Home
last modified time | relevance | path

Searched refs:TIF_LSX_CTX_LIVE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dthread_info.h85 #define TIF_LSX_CTX_LIVE 17 /* LSX context must be preserved */ macro
104 #define _TIF_LSX_CTX_LIVE (1<<TIF_LSX_CTX_LIVE)
H A Dfpu.h307 return test_thread_flag(TIF_LSX_CTX_LIVE); in thread_lsx_context_live()
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c90 clear_thread_flag(TIF_LSX_CTX_LIVE); in start_thread()
202 clear_tsk_thread_flag(p, TIF_LSX_CTX_LIVE); in copy_thread()
H A Dtraps.c859 set_thread_flag(TIF_LSX_CTX_LIVE); in init_restore_lsx()
H A Dptrace.c289 } else if (!test_tsk_thread_flag(target, TIF_LSX_CTX_LIVE)) { in simd_get()