Searched refs:_TIF_SYSCALL_EMU (Results 1 – 4 of 4) sorted by relevance
99 #define _TIF_SYSCALL_EMU (1 << TIF_SYSCALL_EMU) macro117 _TIF_SYSCALL_EMU)
141 #define _TIF_SYSCALL_EMU (1<<TIF_SYSCALL_EMU) macro144 _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()
2368 if (flags & (_TIF_SYSCALL_EMU | _TIF_SYSCALL_TRACE)) { in syscall_trace_enter()2370 if (flags & _TIF_SYSCALL_EMU) in syscall_trace_enter()
Completed in 11 milliseconds