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.c111 if (unlikely(test_and_clear_pt_regs_flag(regs, PIF_SYSCALL_RET_SET))) in do_syscall()
118 } while (test_and_clear_pt_regs_flag(regs, PIF_EXECVE_PGSTE_RESTART)); in do_syscall()
/linux/arch/s390/include/asm/
H A Dptrace.h196 static inline int test_and_clear_pt_regs_flag(struct pt_regs *regs, int flag) in test_and_clear_pt_regs_flag() function