Lines Matching refs:ERROR

24 	ERROR("\n");  in bl2_interrupt_error_id()
26 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_id()
27 ERROR(" Exception type = FIQ_SP_EL0\n"); in bl2_interrupt_error_id()
34 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_id()
35 ERROR(" Exception type = FIQ_SP_EL0\n"); in bl2_interrupt_error_id()
36 ERROR(" SPSR_EL3 = 0x%x\n", (uint32_t) read_spsr_el3()); in bl2_interrupt_error_id()
37 ERROR(" ELR_EL3 = 0x%x\n", (uint32_t) read_elr_el3()); in bl2_interrupt_error_id()
38 ERROR(" ESR_EL3 = 0x%x\n", (uint32_t) read_esr_el3()); in bl2_interrupt_error_id()
39 ERROR(" FAR_EL3 = 0x%x\n", (uint32_t) read_far_el3()); in bl2_interrupt_error_id()
40 ERROR("\n"); in bl2_interrupt_error_id()
68 ERROR("\n"); in bl2_interrupt_error_type()
69 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_type()
70 ERROR(" Exception type = Unknown (%d)\n", ex_type); in bl2_interrupt_error_type()
75 ERROR("\n"); in bl2_interrupt_error_type()
76 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_type()
79 ERROR("%s", msg); in bl2_interrupt_error_type()
82 ERROR(" SPSR_EL3 = 0x%x\n", (uint32_t) read_spsr_el3()); in bl2_interrupt_error_type()
83 ERROR(" ELR_EL3 = 0x%x\n", (uint32_t) read_elr_el3()); in bl2_interrupt_error_type()
84 ERROR(" ESR_EL3 = 0x%x\n", (uint32_t) read_esr_el3()); in bl2_interrupt_error_type()
85 ERROR(" FAR_EL3 = 0x%x\n", (uint32_t) read_far_el3()); in bl2_interrupt_error_type()
88 ERROR(" SPSR_EL3 = 0x%x\n", (uint32_t) read_spsr_el3()); in bl2_interrupt_error_type()
89 ERROR(" ELR_EL3 = 0x%x\n", (uint32_t) read_elr_el3()); in bl2_interrupt_error_type()
90 ERROR(" IAR_EL3 = 0x%x\n", gicv2_acknowledge_interrupt()); in bl2_interrupt_error_type()
93 ERROR(" SPSR_EL3 = 0x%x\n", (uint32_t) read_spsr_el3()); in bl2_interrupt_error_type()
94 ERROR(" ELR_EL3 = 0x%x\n", (uint32_t) read_elr_el3()); in bl2_interrupt_error_type()
95 ERROR(" IAR_EL3 = 0x%x\n", gicv2_acknowledge_interrupt()); in bl2_interrupt_error_type()
98 ERROR(" SPSR_EL3 = 0x%x\n", (uint32_t) read_spsr_el3()); in bl2_interrupt_error_type()
99 ERROR(" ELR_EL3 = 0x%x\n", (uint32_t) read_elr_el3()); in bl2_interrupt_error_type()
100 ERROR(" ESR_EL3 = 0x%x\n", (uint32_t) read_esr_el3()); in bl2_interrupt_error_type()
101 ERROR(" FAR_EL3 = 0x%x\n", (uint32_t) read_far_el3()); in bl2_interrupt_error_type()
107 ERROR("\n"); in bl2_interrupt_error_type()