Searched refs:test_pt_regs_flag (Results 1 – 8 of 8) sorted by relevance
197 static inline int test_pt_regs_flag(struct pt_regs *regs, int flag) in test_pt_regs_flag() function204 int ret = test_pt_regs_flag(regs, flag); in test_and_clear_pt_regs_flag()
62 if (test_pt_regs_flag(regs, PIF_FTRACE_FULL_REGS)) in arch_ftrace_get_regs()
22 return test_pt_regs_flag(regs, PIF_SYSCALL) ? in syscall_get_nr()
162 if (test_pt_regs_flag(regs, PIF_PSW_ADDR_ADJUSTED)) in show_registers()
347 if (test_pt_regs_flag(regs, PIF_GUEST_FAULT)) { in __do_pgm_check()
450 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart()
512 if (test_pt_regs_flag(regs, PIF_PSW_ADDR_ADJUSTED)) in show_code()
348 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user()