Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/
Dthread_info.h131 #define TIF_USEDMSA 29 /* MSA has been used this quantum */ macro
152 #define _TIF_USEDMSA (1<<TIF_USEDMSA)
Dfpu.h173 clear_tsk_thread_flag(tsk, TIF_USEDMSA); in lose_fpu_inatomic()
/Linux-v5.10/arch/mips/kernel/
Dunaligned.c496 preempted = test_thread_flag(TIF_USEDMSA); in emulate_load_store_insn()
510 if (test_thread_flag(TIF_USEDMSA)) { in emulate_load_store_insn()
528 if (test_thread_flag(TIF_USEDMSA)) in emulate_load_store_insn()
Dprocess.c175 clear_tsk_thread_flag(p, TIF_USEDMSA); in copy_thread()
Dtraps.c1302 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()
1351 set_thread_flag(TIF_USEDMSA); in enable_restore_fp_context()