Home
last modified time | relevance | path

Searched refs:TIF_RESTORE_RSE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dthread_info.h111 #define TIF_RESTORE_RSE 21 /* user RBS is newer than kernel RBS */ macro
124 #define _TIF_RESTORE_RSE (1 << TIF_RESTORE_RSE)
H A Dptrace.h135 (!test_thread_flag(TIF_RESTORE_RSE))
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H 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)
H A Dptrace.h140 (!test_thread_flag(TIF_RESTORE_RSE))
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dptrace.c599 * newer RSE to return to user. TIF_RESTORE_RSE is the flag to indicate we need
604 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()
645 !test_and_set_tsk_thread_flag(child, TIF_RESTORE_RSE)) { in ptrace_attach_sync_user_rbs()
1221 if (test_thread_flag(TIF_RESTORE_RSE)) in syscall_trace_enter()
1246 if (test_thread_flag(TIF_RESTORE_RSE)) in syscall_trace_leave()
1742 if (test_and_set_tsk_thread_flag(target, TIF_RESTORE_RSE)) in gpregs_writeback()
H A Dprocess.c186 if (unlikely(test_thread_flag(TIF_RESTORE_RSE))) { in do_notify_resume_user()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dptrace.c599 * newer RSE to return to user. TIF_RESTORE_RSE is the flag to indicate we need
604 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()
H A Dprocess.c187 if (unlikely(test_thread_flag(TIF_RESTORE_RSE))) { in do_notify_resume_user()

Completed in 9 milliseconds