Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h71 #define TIF_SYSCALL_EMU 12 /* syscall emulation active */ macro
92 #define _TIF_SYSCALL_EMU (1 << TIF_SYSCALL_EMU)
/openbmc/linux/arch/powerpc/include/asm/
H A Dthread_info.h101 #define TIF_SYSCALL_EMU 4 /* syscall emulation active */ macro
139 #define _TIF_SYSCALL_EMU (1<<TIF_SYSCALL_EMU)
/openbmc/linux/kernel/
H A Dptrace.c123 #if defined(CONFIG_GENERIC_ENTRY) || defined(TIF_SYSCALL_EMU) in __ptrace_unlink()
854 #if defined(CONFIG_GENERIC_ENTRY) || defined(TIF_SYSCALL_EMU) in ptrace_resume()
H A Dfork.c2559 #if defined(CONFIG_GENERIC_ENTRY) || defined(TIF_SYSCALL_EMU) in copy_process()