Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dthread_info.h101 #define TIF_RESTORE_TM 5 /* need to restore TM FP/VEC/VSX */ macro
128 #define _TIF_RESTORE_TM (1<<TIF_RESTORE_TM)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dthread_info.h102 #define TIF_RESTORE_TM 5 /* need to restore TM FP/VEC/VSX */ macro
128 #define _TIF_RESTORE_TM (1<<TIF_RESTORE_TM)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprocess.c91 * thread is in a transactional state, set the TIF_RESTORE_TM in check_if_tm_restore_required()
97 !test_thread_flag(TIF_RESTORE_TM)) { in check_if_tm_restore_required()
99 set_thread_flag(TIF_RESTORE_TM); in check_if_tm_restore_required()
1091 * TIF_RESTORE_TM flag is set. It checks if we need to reload
1108 * This is the only moment we should clear TIF_RESTORE_TM as in restore_tm_state()
1113 clear_thread_flag(TIF_RESTORE_TM); in restore_tm_state()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprocess.c89 * thread is in a transactional state, set the TIF_RESTORE_TM in check_if_tm_restore_required()
95 !test_thread_flag(TIF_RESTORE_TM)) { in check_if_tm_restore_required()
98 set_thread_flag(TIF_RESTORE_TM); in check_if_tm_restore_required()
1109 * TIF_RESTORE_TM flag is set. It checks if we need to reload
1126 * This is the only moment we should clear TIF_RESTORE_TM as in restore_tm_state()
1131 clear_thread_flag(TIF_RESTORE_TM); in restore_tm_state()

Completed in 8 milliseconds