Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dthread_info.h88 #define TIF_RESTORE_TM 5 /* need to restore TM FP/VEC/VSX */ macro
111 #define _TIF_RESTORE_TM (1<<TIF_RESTORE_TM)
/arch/powerpc/kernel/
Dprocess.c88 !test_thread_flag(TIF_RESTORE_TM)) { in giveup_fpu_maybe_transactional()
90 set_thread_flag(TIF_RESTORE_TM); in giveup_fpu_maybe_transactional()
106 !test_thread_flag(TIF_RESTORE_TM)) { in giveup_altivec_maybe_transactional()
108 set_thread_flag(TIF_RESTORE_TM); in giveup_altivec_maybe_transactional()
543 if (test_ti_thread_flag(ti, TIF_RESTORE_TM)) { in tm_reclaim_thread()
551 clear_ti_thread_flag(ti, TIF_RESTORE_TM); in tm_reclaim_thread()
615 if (!test_ti_thread_flag(task_thread_info(tsk), TIF_RESTORE_TM)) in tm_reclaim_task()
741 clear_thread_flag(TIF_RESTORE_TM); in restore_tm_state()