Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dsyscall.c101 set_pt_regs_flag(regs, PIF_SYSCALL); in __do_syscall()
/linux-6.15/arch/s390/include/asm/
H A Dsyscall.h59 set_pt_regs_flag(regs, PIF_SYSCALL_RET_SET); in syscall_set_return_value()
H A Dptrace.h181 static inline void set_pt_regs_flag(struct pt_regs *regs, int flag) in set_pt_regs_flag() function