Searched refs:TIF_SYSCALL_EMU (Results 1 – 4 of 4) sorted by relevance
95 #define TIF_SYSCALL_EMU 6 /* syscall emulation active */ macro119 #define _TIF_SYSCALL_EMU (1 << TIF_SYSCALL_EMU)
745 #ifdef TIF_SYSCALL_EMU in ptrace_resume()747 set_tsk_thread_flag(child, TIF_SYSCALL_EMU); in ptrace_resume()749 clear_tsk_thread_flag(child, TIF_SYSCALL_EMU); in ptrace_resume()
1496 #ifdef TIF_SYSCALL_EMU in copy_process()1497 clear_tsk_thread_flag(p, TIF_SYSCALL_EMU); in copy_process()
804 #ifdef TIF_SYSCALL_EMU in ptrace_disable()805 clear_tsk_thread_flag(child, TIF_SYSCALL_EMU); in ptrace_disable()