Searched refs:trap_is_scv (Results 1 – 4 of 4) sorted by relevance
210 static inline bool trap_is_scv(struct pt_regs *regs) in trap_is_scv() function217 return (trap_is_scv(regs) || TRAP(regs) == 0xc00); in trap_is_syscall()233 if (trap_is_scv(regs)) in is_syscall_success()241 if (trap_is_scv(regs)) in regs_return_value()
44 if (trap_is_scv(regs)) { in syscall_get_error()67 if (trap_is_scv(regs)) { in syscall_set_return_value()
208 if (trap_is_scv(regs)) { in check_syscall_restart()248 if (trap_is_scv(regs)) { in check_syscall_restart()
1720 if (trap_is_scv(regs)) in copy_thread()