Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dthread_info.h116 #define TIF_USEDMSA 29 /* MSA has been used this quantum */ macro
137 #define _TIF_USEDMSA (1<<TIF_USEDMSA)
Dfpu.h176 clear_tsk_thread_flag(tsk, TIF_USEDMSA); in lose_fpu_inatomic()
/linux-4.4.14/arch/mips/kernel/
Dprocess.c71 clear_thread_flag(TIF_USEDMSA); in start_thread()
165 clear_tsk_thread_flag(p, TIF_USEDMSA); in copy_thread()
Dunaligned.c1239 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn()
1253 if (test_thread_flag(TIF_USEDMSA)) { in emulate_load_store_insn()
1271 if (test_thread_flag(TIF_USEDMSA)) in emulate_load_store_insn()
Dtraps.c1245 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()
1296 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()