Home
last modified time | relevance | path

Searched refs:test_pt_regs_flag (Results 1 – 8 of 8) sorted by relevance

/linux/arch/s390/include/asm/
H A Dptrace.h197 static inline int test_pt_regs_flag(struct pt_regs *regs, int flag) in test_pt_regs_flag() function
204 int ret = test_pt_regs_flag(regs, flag); in test_and_clear_pt_regs_flag()
H A Dftrace.h62 if (test_pt_regs_flag(regs, PIF_FTRACE_FULL_REGS)) in arch_ftrace_get_regs()
H A Dsyscall.h22 return test_pt_regs_flag(regs, PIF_SYSCALL) ? in syscall_get_nr()
/linux/arch/s390/kernel/
H A Ddumpstack.c162 if (test_pt_regs_flag(regs, PIF_PSW_ADDR_ADJUSTED)) in show_registers()
H A Dtraps.c347 if (test_pt_regs_flag(regs, PIF_GUEST_FAULT)) { in __do_pgm_check()
H A Dsignal.c450 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart()
H A Ddis.c512 if (test_pt_regs_flag(regs, PIF_PSW_ADDR_ADJUSTED)) in show_code()
H A Dptrace.c348 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user()