gr 84 bsp/hal/ppc/arch/context.c u->gr[3] = 0x11111111; gr 85 bsp/hal/ppc/arch/context.c u->gr[4] = 0x22222222; gr 86 bsp/hal/ppc/arch/context.c u->gr[5] = 0x33333333; gr 104 bsp/hal/ppc/arch/context.c u->gr[1] = (uint32_t)val; gr 117 bsp/hal/ppc/arch/context.c u->gr[3] = (uint32_t)val; gr 118 bsp/hal/ppc/arch/context.c argp = (uint32_t *)(u->gr[1] + sizeof(uint32_t)); gr 165 bsp/hal/ppc/arch/context.c sav = (struct cpu_regs *)(cur->gr[1] - sizeof(struct cpu_regs)); gr 171 bsp/hal/ppc/arch/context.c cur->gr[1] = (uint32_t)sav - sizeof(uint32_t); gr 124 bsp/hal/ppc/arch/trap.c r->gr[0], r->gr[1], r->gr[2], r->gr[3], r->gr[4], r->gr[5]); gr 126 bsp/hal/ppc/arch/trap.c r->gr[6], r->gr[7], r->gr[8], r->gr[9], r->gr[10], r->gr[11]); gr 128 bsp/hal/ppc/arch/trap.c r->gr[12], r->gr[13], r->gr[14], r->gr[15], r->gr[16], r->gr[17]); gr 130 bsp/hal/ppc/arch/trap.c r->gr[18], r->gr[19], r->gr[20], r->gr[21], r->gr[22], r->gr[23]); gr 132 bsp/hal/ppc/arch/trap.c r->gr[24], r->gr[25], r->gr[26], r->gr[27], r->gr[28], r->gr[29]); gr 134 bsp/hal/ppc/arch/trap.c r->gr[30], r->gr[31], r->lr, r->cr, r->xer, r->ctr); gr 45 bsp/hal/ppc/include/context.h uint32_t gr[32]; /* R0-R31 */ gr 59 bsp/hal/ppc/include/context.h uint32_t gr[19]; /* R13-R31 */