Lines Matching refs:printf

49 		printf("r%02u: 0x%08lx\t", i, (unsigned long)*reg_rev);  in print_reg_file()
51 printf("\n"); in print_reg_file()
59 printf("\n"); in print_reg_file()
64 printf("ECR:\t0x%08lx\n", regs->ecr); in show_regs()
65 printf("RET:\t0x%08lx\nBLINK:\t0x%08lx\nSTAT32:\t0x%08lx\n", in show_regs()
67 printf("GP: 0x%08lx\t r25: 0x%08lx\t\n", regs->r26, regs->r25); in show_regs()
68 printf("BTA: 0x%08lx\t SP: 0x%08lx\t FP: 0x%08lx\n", regs->bta, in show_regs()
70 printf("LPS: 0x%08lx\tLPE: 0x%08lx\tLPC: 0x%08lx\n", regs->lp_start, in show_regs()
86 printf("Memory error exception @ 0x%lx\n", address); in do_memory_error()
92 printf("Instruction error exception @ 0x%lx\n", address); in do_instruction_error()
98 printf("Machine check exception @ 0x%lx\n", address); in do_machine_check_fault()
104 printf("Interrupt fired\n"); in do_interrupt_handler()
110 printf("I TLB miss exception\n"); in do_itlb_miss()
116 printf("D TLB miss exception\n"); in do_dtlb_miss()
122 printf("TLB protection violation or misaligned access @ 0x%lx\n", in do_tlb_prot_violation()
129 printf("Privilege violation exception\n"); in do_privilege_violation()
135 printf("Trap exception\n"); in do_trap()
141 printf("Extension instruction exception\n"); in do_extension()
148 printf("Software Interrupt exception\n"); in do_swi()
154 printf("Division by zero exception @ 0x%lx\n", address); in do_divzero()
160 printf("Data cache consistency error exception\n"); in do_dcerror()
166 printf("Misaligned data access exception @ 0x%lx\n", address); in do_maligned()