Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kernel/
Dsyscall.c138 if (unlikely(test_and_clear_pt_regs_flag(regs, PIF_SYSCALL_RET_SET))) in do_syscall()
145 } while (test_and_clear_pt_regs_flag(regs, PIF_EXECVE_PGSTE_RESTART)); in do_syscall()
/linux-5.19.10/arch/s390/include/asm/
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