Lines Matching refs:gpr
1044 printk(REG " ", regs->gpr[i]); in show_regs()
1057 show_stack(current, (unsigned long *) regs->gpr[1]); in show_regs()
1150 childregs->gpr[1] = sp + sizeof(struct pt_regs); in copy_thread()
1153 childregs->gpr[14] = ppc_function_entry((void *)usp); in copy_thread()
1158 childregs->gpr[15] = kthread_arg; in copy_thread()
1168 childregs->gpr[1] = usp; in copy_thread()
1170 childregs->gpr[3] = 0; /* Result from fork() */ in copy_thread()
1174 childregs->gpr[13] = childregs->gpr[6]; in copy_thread()
1177 childregs->gpr[2] = childregs->gpr[6]; in copy_thread()
1230 unsigned long load_addr = regs->gpr[2]; /* saved by ELF_PLAT_INIT */ in start_thread()
1242 memset(regs->gpr, 0, sizeof(regs->gpr)); in start_thread()
1247 regs->gpr[1] = sp; in start_thread()
1276 regs->gpr[12] = start; in start_thread()
1298 regs->gpr[2] = toc; in start_thread()
1304 regs->gpr[2] = 0; in start_thread()