Lines Matching refs:printf

72 	printf("Call backtrace: ");
79 printf("\n");
80 printf("%08lX ", i);
84 printf("\n");
91 printf("NIP: %08lX XER: %08lX LR: %08lX REGS: %p TRAP: %04lx DAR: %08lX\n",
93 printf("MSR: %08lx EE: %01x PR: %01x FP: %01x ME: %01x IR/DR: %01x%01x\n",
99 printf("\n");
103 printf("GPR%02d: ", i);
106 printf("%08lX ", regs->gpr[i]);
109 printf("\n");
156 printf("Machine check in kernel mode.\n");
157 printf("Caused by (from mcsr): ");
158 printf("mcsr = 0x%08x\n", mcsr);
160 printf("Machine check input pin\n");
162 printf("Instruction cache parity error\n");
164 printf("Data cache push parity error\n");
166 printf("Data cache parity error\n");
168 printf("Bus instruction address error\n");
170 printf("Bus Read address error\n");
172 printf("Bus Write address error\n");
174 printf("Bus Instruction data bus error\n");
176 printf("Bus Read data bus error\n");
178 printf("Bus Write bus error\n");
180 printf("Bus Instruction parity error\n");
182 printf("Bus Read parity error\n");
185 printf("MCSR=0x%08x \tMCSRR0=0x%08x \nMCSRR1=0x%08x \tMCAR=0x%08x\n",
194 printf("Skipping current instr, Returning to 0x%08lx\n",
197 printf("Returning back to 0x%08lx\n",regs->nip);
226 printf( "** Illegal Instruction **\n" );
228 printf( "** Privileged Instruction **\n" );
230 printf( "** Trap Instruction **\n" );
256 printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
272 printf("External Interrupt Exception at PC: %lx, SR: %lx, vector=%lx",
275 printf(" irq IACK0@%05x=%d\n",(int)&pic->iack0,vect);
282 printf("Debugger trap at @ %lx\n", regs->nip );