Searched refs:TIF_SYSCALL_EMU (Results 1 – 4 of 4) sorted by relevance
83 #define TIF_SYSCALL_EMU 6 /* syscall emulation active */ macro110 #define _TIF_SYSCALL_EMU (1 << TIF_SYSCALL_EMU)
793 #ifdef TIF_SYSCALL_EMU in ptrace_resume()795 set_tsk_thread_flag(child, TIF_SYSCALL_EMU); in ptrace_resume()797 clear_tsk_thread_flag(child, TIF_SYSCALL_EMU); in ptrace_resume()
1913 #ifdef TIF_SYSCALL_EMU in copy_process()1914 clear_tsk_thread_flag(p, TIF_SYSCALL_EMU); in copy_process()
758 #ifdef TIF_SYSCALL_EMU in ptrace_disable()759 clear_tsk_thread_flag(child, TIF_SYSCALL_EMU); in ptrace_disable()