Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dthread_info.h115 #define TIF_USEDMSA 29 /* MSA has been used this quantum */ macro
135 #define _TIF_USEDMSA (1<<TIF_USEDMSA)
Dswitch_to.h104 if (test_and_clear_tsk_thread_flag(prev, TIF_USEDMSA)) \
Dfpu.h177 clear_thread_flag(TIF_USEDMSA); in lose_fpu()
/linux-4.1.27/arch/mips/kernel/
Dprocess.c71 clear_thread_flag(TIF_USEDMSA); in start_thread()
165 clear_tsk_thread_flag(p, TIF_USEDMSA); in copy_thread()
Dtraps.c1232 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()
1283 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()