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

  /external/strace/linux/nios2/
arch_regs.c 1 static struct user_pt_regs nios2_regs; variable in typeref:struct:user_pt_regs
2 unsigned int *const nios2_sp_ptr = &nios2_regs.regs[PTR_SP];
3 # define ARCH_REGS_FOR_GETREGSET nios2_regs
4 #define ARCH_PC_REG nios2_regs.regs[PTR_EA]
get_syscall_args.c 5 tcp->u_arg[0] = nios2_regs.regs[4];
6 tcp->u_arg[1] = nios2_regs.regs[5];
7 tcp->u_arg[2] = nios2_regs.regs[6];
8 tcp->u_arg[3] = nios2_regs.regs[7];
9 tcp->u_arg[4] = nios2_regs.regs[8];
10 tcp->u_arg[5] = nios2_regs.regs[9];
get_error.c 11 if (nios2_regs.regs[7]) {
13 tcp->u_error = nios2_regs.regs[2];
15 tcp->u_rval = nios2_regs.regs[2];
get_scno.c 5 tcp->scno = nios2_regs.regs[2];
set_error.c 4 nios2_regs.regs[7] = 1;
5 nios2_regs.regs[2] = -tcp->u_error;
12 nios2_regs.regs[7] = 0;
13 nios2_regs.regs[2] = tcp->u_rval;
set_scno.c 4 nios2_regs.regs[2] = scno;

Completed in 242 milliseconds