Home
last modified time | relevance | path

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

/arch/loongarch/include/asm/
A Dthread_info.h86 #define TIF_LSX_CTX_LIVE 17 /* LSX context must be preserved */ macro
107 #define _TIF_LSX_CTX_LIVE (1<<TIF_LSX_CTX_LIVE)
A Dfpu.h315 return test_thread_flag(TIF_LSX_CTX_LIVE); in thread_lsx_context_live()
/arch/loongarch/kernel/
A Dprocess.c94 clear_thread_flag(TIF_LSX_CTX_LIVE); in start_thread()
223 clear_tsk_thread_flag(p, TIF_LSX_CTX_LIVE); in copy_thread()
A Dtraps.c901 set_thread_flag(TIF_LSX_CTX_LIVE); in init_restore_lsx()
A Dptrace.c289 } else if (!test_tsk_thread_flag(target, TIF_LSX_CTX_LIVE)) { in simd_get()

Completed in 11 milliseconds