HomeSort by relevance Sort by last modified time
    Searched refs:arc_regs (Results 1 - 6 of 6) sorted by null

  /external/strace/linux/arc/
arch_regs.c 1 static struct user_regs_struct arc_regs; variable in typeref:struct:user_regs_struct
2 unsigned long *const arc_sp_ptr = &arc_regs.scratch.sp;
3 #define ARCH_REGS_FOR_GETREGSET arc_regs
4 #define ARCH_PC_REG arc_regs.efa
get_scno.c 5 tcp->scno = arc_regs.scratch.r8;
get_error.c 6 if (check_errno && is_negated_errno(arc_regs.scratch.r0)) {
8 tcp->u_error = -arc_regs.scratch.r0;
10 tcp->u_rval = arc_regs.scratch.r0;
set_scno.c 4 arc_regs.scratch.r8 = scno;
set_error.c 4 arc_regs.scratch.r0 = -tcp->u_error;
11 arc_regs.scratch.r0 = tcp->u_rval;
get_syscall_args.c 5 unsigned long *arc_args = &arc_regs.scratch.r0;

Completed in 107 milliseconds