Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dprocess.c87 * thread is in a transactional state, set the TIF_RESTORE_TM in check_if_tm_restore_required()
93 !test_thread_flag(TIF_RESTORE_TM)) { in check_if_tm_restore_required()
96 set_thread_flag(TIF_RESTORE_TM); in check_if_tm_restore_required()
1107 * TIF_RESTORE_TM flag is set. It checks if we need to reload
1124 * This is the only moment we should clear TIF_RESTORE_TM as in restore_tm_state()
1129 clear_thread_flag(TIF_RESTORE_TM); in restore_tm_state()