Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dthread_info.h101 #define TIF_SYSCALL_EMU 4 /* syscall emulation active */ macro
141 #define _TIF_SYSCALL_EMU (1<<TIF_SYSCALL_EMU)
/linux/kernel/
H A Dfork.c2284 #if defined(CONFIG_GENERIC_ENTRY) || defined(TIF_SYSCALL_EMU) in copy_process()