Home
last modified time | relevance | path

Searched refs:TIF_LASX_CTX_LIVE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dthread_info.h89 #define TIF_LASX_CTX_LIVE 22 /* LASX context must be preserved */ macro
113 #define _TIF_LASX_CTX_LIVE (1<<TIF_LASX_CTX_LIVE)
H A Dfpu.h322 return test_thread_flag(TIF_LASX_CTX_LIVE); in thread_lasx_context_live()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dprocess.c79 clear_thread_flag(TIF_LASX_CTX_LIVE); in start_thread()
179 clear_tsk_thread_flag(p, TIF_LASX_CTX_LIVE); in copy_thread()
H A Dptrace.c317 } else if (!test_tsk_thread_flag(target, TIF_LASX_CTX_LIVE)) { in simd_get()
H A Dtraps.c903 set_thread_flag(TIF_LASX_CTX_LIVE); in init_restore_lasx()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds