Searched refs:TIF_MCDPER (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dmmu_context_64.h156 set_tsk_thread_flag(prev, TIF_MCDPER);
158 clear_tsk_thread_flag(prev, TIF_MCDPER);
171 tmp_mcdper = test_thread_flag(TIF_MCDPER);
H A Dthread_info_64.h194 #define TIF_MCDPER 12 /* Precise MCD exception */ macro
/linux-master/arch/sparc/kernel/
H A Dprocess_64.c632 /* TIF_MCDPER in thread info flags for current task is updated lazily upon
634 * before dup so the dup'd task will inherit the current TIF_MCDPER flag.
648 set_thread_flag(TIF_MCDPER);
650 clear_thread_flag(TIF_MCDPER);

Completed in 128 milliseconds