Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/include/asm/
Dthread_info.h86 #define TIF_LASX_CTX_LIVE 18 /* LASX context must be preserved */ macro
103 #define _TIF_LASX_CTX_LIVE (1<<TIF_LASX_CTX_LIVE)
/linux-5.19.10/arch/loongarch/kernel/
Dprocess.c86 clear_thread_flag(TIF_LASX_CTX_LIVE); in start_thread()
173 clear_tsk_thread_flag(p, TIF_LASX_CTX_LIVE); in copy_thread()