Searched refs:_TIF_SYSCALL_EMU (Results 1 – 2 of 2) sorted by relevance
99 #define _TIF_SYSCALL_EMU (1 << TIF_SYSCALL_EMU) macro 117 _TIF_SYSCALL_EMU)
259 flags = read_thread_flags() & (_TIF_SYSCALL_EMU | _TIF_SYSCALL_TRACE); in do_syscall_trace_enter() 264 if (unlikely(flags & _TIF_SYSCALL_EMU)) { in do_syscall_trace_enter()