Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dthread_info.h130 #define TIF_USEDMSA 29 /* MSA has been used this quantum */ macro
152 #define _TIF_USEDMSA (1<<TIF_USEDMSA)
H A Dfpu.h173 clear_tsk_thread_flag(tsk, TIF_USEDMSA); in lose_fpu_inatomic()
/openbmc/linux/arch/mips/kernel/
H A Dunaligned.c495 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn()
509 if (test_thread_flag(TIF_USEDMSA)) { in emulate_load_store_insn()
527 if (test_thread_flag(TIF_USEDMSA)) in emulate_load_store_insn()
H A Dprocess.c130 clear_tsk_thread_flag(p, TIF_USEDMSA); in copy_thread()
H A Dtraps.c1299 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()
1348 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()