Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dthread_info.h112 #define TIF_RESTORE_RSE 21 /* user RBS is newer than kernel RBS */ macro
123 #define _TIF_RESTORE_RSE (1 << TIF_RESTORE_RSE)
Dptrace.h141 (!test_thread_flag(TIF_RESTORE_RSE))
/arch/ia64/kernel/
Dptrace.c602 if (test_and_set_tsk_thread_flag(current, TIF_RESTORE_RSE)) in ia64_ptrace_stop()
613 clear_tsk_thread_flag(current, TIF_RESTORE_RSE); in ia64_sync_krbs()
643 !test_and_set_tsk_thread_flag(child, TIF_RESTORE_RSE)) { in ptrace_attach_sync_user_rbs()
1218 if (test_thread_flag(TIF_RESTORE_RSE)) in syscall_trace_enter()
1243 if (test_thread_flag(TIF_RESTORE_RSE)) in syscall_trace_leave()
1874 if (test_and_set_tsk_thread_flag(target, TIF_RESTORE_RSE)) in gpregs_writeback()
Dprocess.c196 if (unlikely(test_thread_flag(TIF_RESTORE_RSE))) { in do_notify_resume_user()