Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dptrace.h16 #define PIF_SYSCALL_RET_SET 2 /* return value was set via ptrace */ macro
22 #define _PIF_SYSCALL_RET_SET BIT(PIF_SYSCALL_RET_SET)
H A Dsyscall.h59 set_pt_regs_flag(regs, PIF_SYSCALL_RET_SET); in syscall_set_return_value()
/openbmc/linux/arch/s390/kernel/
H A Dsyscall.c138 if (unlikely(test_and_clear_pt_regs_flag(regs, PIF_SYSCALL_RET_SET))) in do_syscall()