Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dsyscall.c132 if (unlikely(test_and_clear_pt_regs_flag(regs, PIF_SYSCALL_RET_SET))) in __do_syscall()
/linux/arch/s390/include/asm/
H A Dptrace.h202 static inline int test_and_clear_pt_regs_flag(struct pt_regs *regs, int flag) in test_and_clear_pt_regs_flag() function