Searched refs:PIF_SYSCALL_RET_SET (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dsyscall.h59 set_pt_regs_flag(regs, PIF_SYSCALL_RET_SET);
H A Dptrace.h16 #define PIF_SYSCALL_RET_SET 2 /* return value was set via ptrace */ macro
21 #define _PIF_SYSCALL_RET_SET BIT(PIF_SYSCALL_RET_SET)
/linux-master/arch/s390/kernel/
H A Dsyscall.c134 * work, the ptrace code sets PIF_SYSCALL_RET_SET, which is checked here
138 if (unlikely(test_and_clear_pt_regs_flag(regs, PIF_SYSCALL_RET_SET)))

Completed in 272 milliseconds