Searched refs:arc_regs (Results 1 – 6 of 6) sorted by relevance
1 static struct user_regs_struct arc_regs; variable2 unsigned long *const arc_sp_ptr = &arc_regs.scratch.sp;3 #define ARCH_REGS_FOR_GETREGSET arc_regs4 #define ARCH_PC_REG arc_regs.efa
6 if (check_errno && is_negated_errno(arc_regs.scratch.r0)) { in get_error()8 tcp->u_error = -arc_regs.scratch.r0; in get_error()10 tcp->u_rval = arc_regs.scratch.r0; in get_error()
4 arc_regs.scratch.r0 = -tcp->u_error; in arch_set_error()11 arc_regs.scratch.r0 = tcp->u_rval; in arch_set_success()
5 tcp->scno = arc_regs.scratch.r8; in arch_get_scno()
4 arc_regs.scratch.r8 = scno; in arch_set_scno()
5 unsigned long *arc_args = &arc_regs.scratch.r0; in get_syscall_args()