Searched refs:mips_REG_A3 (Results 1 – 6 of 6) sorted by relevance
8 if (mips_REG_A3 == 0 || mips_REG_A3 == (uint64_t) -1) { in arch_get_scno()
5 mips_REG_A3 = -1; in arch_set_error()13 mips_REG_A3 = 0; in arch_set_success()
9 tcp->u_arg[3] = mips_REG_A3; in get_syscall_args()16 tcp->u_arg[3] = mips_REG_A3; in get_syscall_args()
4 if (mips_REG_A3) { in get_error()
14 #define mips_REG_A3 mips_regs.uregs[REG_A0 + 3] macro
40044 (get_scno) [MIPS]: Use mips_REG_V0 and mips_REG_A3.40047 (get_error) [MIPS]: Use mips_REG_A3 and mips_REG_V0.