Lines Matching refs:gpr
125 return regs->gpr[3]; in system_call_exception()
136 return regs->gpr[3]; in system_call_exception()
142 return regs->gpr[3]; in system_call_exception()
160 r3 = regs->gpr[3] & 0x00000000ffffffffULL; in system_call_exception()
161 r4 = regs->gpr[4] & 0x00000000ffffffffULL; in system_call_exception()
162 r5 = regs->gpr[5] & 0x00000000ffffffffULL; in system_call_exception()
163 r6 = regs->gpr[6] & 0x00000000ffffffffULL; in system_call_exception()
164 r7 = regs->gpr[7] & 0x00000000ffffffffULL; in system_call_exception()
165 r8 = regs->gpr[8] & 0x00000000ffffffffULL; in system_call_exception()
171 ret = f(regs->gpr[3], regs->gpr[4], regs->gpr[5], in system_call_exception()
172 regs->gpr[6], regs->gpr[7], regs->gpr[8]); in system_call_exception()