Lines Matching full:gpr
66 return regs->gpr[3]; in system_call_exception()
73 * value to be used is in regs->gpr[3]. in system_call_exception()
77 return regs->gpr[3]; in system_call_exception()
78 r3 = regs->gpr[3]; in system_call_exception()
79 r4 = regs->gpr[4]; in system_call_exception()
80 r5 = regs->gpr[5]; in system_call_exception()
81 r6 = regs->gpr[6]; in system_call_exception()
82 r7 = regs->gpr[7]; in system_call_exception()
83 r8 = regs->gpr[8]; in system_call_exception()
89 return regs->gpr[3]; in system_call_exception()
146 * exit assembly should additionally load all GPR registers and CTR and XER
180 regs->gpr[3] = r3; in syscall_exit_prepare()
183 regs->gpr[3] = r3; in syscall_exit_prepare()