Home
last modified time | relevance | path

Searched refs:TIF_SYSCALL_EMU (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dthread_info.h81 #define TIF_SYSCALL_EMU 6 /* syscall emulation active */ macro
106 #define _TIF_SYSCALL_EMU (1 << TIF_SYSCALL_EMU)
/arch/x86/kernel/
Dptrace.c846 #ifdef TIF_SYSCALL_EMU in ptrace_disable()
847 clear_tsk_thread_flag(child, TIF_SYSCALL_EMU); in ptrace_disable()
1514 if (unlikely(test_thread_flag(TIF_SYSCALL_EMU))) in syscall_trace_enter()
1564 !test_thread_flag(TIF_SYSCALL_EMU); in syscall_trace_leave()