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()
1151 childregs->gpr[1] = sp + sizeof(struct pt_regs); in copy_thread()
1154 childregs->gpr[14] = ppc_function_entry((void *)usp); in copy_thread()
1159 childregs->gpr[15] = kthread_arg; in copy_thread()
1169 childregs->gpr[1] = usp; in copy_thread()
1171 childregs->gpr[3] = 0; /* Result from fork() */ in copy_thread()
1175 childregs->gpr[13] = childregs->gpr[6]; in copy_thread()
1178 childregs->gpr[2] = childregs->gpr[6]; in copy_thread()
1231 unsigned long load_addr = regs->gpr[2]; /* saved by ELF_PLAT_INIT */ in start_thread()
1243 memset(regs->gpr, 0, sizeof(regs->gpr)); in start_thread()
1248 regs->gpr[1] = sp; in start_thread()
1277 regs->gpr[12] = start; in start_thread()
1299 regs->gpr[2] = toc; in start_thread()
1305 regs->gpr[2] = 0; in start_thread()