Searched refs:test_pt_regs_flag (Results 1 – 6 of 6) sorted by relevance
193 static inline int test_pt_regs_flag(struct pt_regs *regs, int flag) in test_pt_regs_flag() function200 int ret = test_pt_regs_flag(regs, flag); in test_and_clear_pt_regs_flag()
52 if (test_pt_regs_flag(regs, PIF_FTRACE_FULL_REGS)) in arch_ftrace_get_regs()
23 return test_pt_regs_flag(regs, PIF_SYSCALL) ? in syscall_get_nr()
466 test_pt_regs_flag(regs, PIF_SYSCALL) ? regs->int_code : 0; in arch_do_signal_or_restart()
348 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user()712 if (test_pt_regs_flag(regs, PIF_SYSCALL) && in __poke_user_compat()
87 if (test_pt_regs_flag(regs, PIF_GUEST_FAULT)) in get_fault_type()