Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dthread_info.h86 #define TIF_LASX_CTX_LIVE 18 /* LASX context must be preserved */ macro
105 #define _TIF_LASX_CTX_LIVE (1<<TIF_LASX_CTX_LIVE)
H A Dfpu.h315 return test_thread_flag(TIF_LASX_CTX_LIVE); in thread_lasx_context_live()
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c91 clear_thread_flag(TIF_LASX_CTX_LIVE); in start_thread()
203 clear_tsk_thread_flag(p, TIF_LASX_CTX_LIVE); in copy_thread()
H A Dtraps.c885 set_thread_flag(TIF_LASX_CTX_LIVE); in init_restore_lasx()
H A Dptrace.c293 } else if (!test_tsk_thread_flag(target, TIF_LASX_CTX_LIVE)) { in simd_get()