Lines Matching refs:printf

48 		printf("r%02u: 0x%08lx\t", i, (unsigned long)*reg_rev);  in print_reg_file()
50 printf("\n"); in print_reg_file()
58 printf("\n"); in print_reg_file()
63 printf("ECR:\t0x%08lx\n", regs->ecr); in show_regs()
64 printf("RET:\t0x%08lx\nBLINK:\t0x%08lx\nSTAT32:\t0x%08lx\n", in show_regs()
66 printf("GP: 0x%08lx\t r25: 0x%08lx\t\n", regs->r26, regs->r25); in show_regs()
67 printf("BTA: 0x%08lx\t SP: 0x%08lx\t FP: 0x%08lx\n", regs->bta, in show_regs()
69 printf("LPS: 0x%08lx\tLPE: 0x%08lx\tLPC: 0x%08lx\n", regs->lp_start, in show_regs()
85 printf("Memory error exception @ 0x%lx\n", address); in do_memory_error()
91 printf("Instruction error exception @ 0x%lx\n", address); in do_instruction_error()
97 printf("Machine check exception @ 0x%lx\n", address); in do_machine_check_fault()
103 printf("Interrupt fired\n"); in do_interrupt_handler()
109 printf("I TLB miss exception\n"); in do_itlb_miss()
115 printf("D TLB miss exception\n"); in do_dtlb_miss()
121 printf("TLB protection violation or misaligned access @ 0x%lx\n", in do_tlb_prot_violation()
128 printf("Privilege violation exception\n"); in do_privilege_violation()
134 printf("Trap exception\n"); in do_trap()
140 printf("Extension instruction exception\n"); in do_extension()
147 printf("Software Interrupt exception\n"); in do_swi()
153 printf("Division by zero exception @ 0x%lx\n", address); in do_divzero()
159 printf("Data cache consistency error exception\n"); in do_dcerror()
165 printf("Misaligned data access exception @ 0x%lx\n", address); in do_maligned()