Searched refs:trap_is_scv (Results 1 – 3 of 3) sorted by relevance
225 static inline bool trap_is_scv(struct pt_regs *regs) in trap_is_scv() function232 return (trap_is_scv(regs) || TRAP(regs) == 0xc00); in trap_is_syscall()
208 if (trap_is_scv(regs)) { in check_syscall_restart()248 if (trap_is_scv(regs)) { in check_syscall_restart()
1704 if (trap_is_scv(regs)) in copy_thread()