Lines Matching full:exception
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()
109 printf("I TLB miss exception\n"); in do_itlb_miss()
115 printf("D TLB miss exception\n"); in do_dtlb_miss()
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()