Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/ia64/include/asm/
A Dthread_info.h109 #define TIF_RESTORE_RSE 21 /* user RBS is newer than kernel RBS */ macro
122 #define _TIF_RESTORE_RSE (1 << TIF_RESTORE_RSE)
A Dptrace.h140 (!test_thread_flag(TIF_RESTORE_RSE))
/linux-6.3-rc2/arch/ia64/kernel/
A Dptrace.c604 if (test_and_set_tsk_thread_flag(current, TIF_RESTORE_RSE)) in ia64_ptrace_stop()
615 clear_tsk_thread_flag(current, TIF_RESTORE_RSE); in ia64_sync_krbs()
1167 if (test_thread_flag(TIF_RESTORE_RSE)) in syscall_trace_enter()
1192 if (test_thread_flag(TIF_RESTORE_RSE)) in syscall_trace_leave()
1686 if (test_and_set_tsk_thread_flag(target, TIF_RESTORE_RSE)) in gpregs_writeback()
A Dprocess.c187 if (unlikely(test_thread_flag(TIF_RESTORE_RSE))) { in do_notify_resume_user()

Completed in 7 milliseconds