Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dthread_info.h88 #define TIF_LSX_CTX_LIVE 21 /* LSX context must be preserved */ macro
112 #define _TIF_LSX_CTX_LIVE (1<<TIF_LSX_CTX_LIVE)
H A Dfpu.h314 return test_thread_flag(TIF_LSX_CTX_LIVE); in thread_lsx_context_live()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dprocess.c78 clear_thread_flag(TIF_LSX_CTX_LIVE); in start_thread()
178 clear_tsk_thread_flag(p, TIF_LSX_CTX_LIVE); in copy_thread()
H A Dptrace.c313 } else if (!test_tsk_thread_flag(target, TIF_LSX_CTX_LIVE)) { in simd_get()
H A Dtraps.c877 set_thread_flag(TIF_LSX_CTX_LIVE); in init_restore_lsx()
/kernel/linux/linux-6.6/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()

Completed in 16 milliseconds