Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/include/asm/
Dthread_info.h85 #define TIF_LSX_CTX_LIVE 17 /* LSX context must be preserved */ macro
102 #define _TIF_LSX_CTX_LIVE (1<<TIF_LSX_CTX_LIVE)
/linux-5.19.10/arch/loongarch/kernel/
Dprocess.c85 clear_thread_flag(TIF_LSX_CTX_LIVE); in start_thread()
172 clear_tsk_thread_flag(p, TIF_LSX_CTX_LIVE); in copy_thread()