Searched refs:mips_REG_A3 (Results 1 – 4 of 4) sorted by relevance
9 tcp->u_arg[3] = mips_REG_A3; in get_syscall_args()16 tcp->u_arg[3] = tcp->ext_arg[3] = mips_REG_A3; in get_syscall_args()23 tcp->u_arg[3] = mips_REG_A3; in get_syscall_args()
8 if (mips_REG_A3 == 0 || mips_REG_A3 == (uint64_t) -1) { in arch_get_scno()
4 if (mips_REG_A3) { in get_error()
14 #define mips_REG_A3 mips_regs.uregs[REG_A0 + 3] macro