Lines Matching refs:LOG_ERR
149 LOG_ERR("NULL base ptr"); in walk_stackframe()
155 LOG_ERR("unaligned frame ptr"); in walk_stackframe()
170 LOG_ERR(" corrupted? (bp=%p)", frame); in walk_stackframe()
203 LOG_ERR(" %d: 0x%016lx", (*i)++, addr); in print_trace_address()
205 LOG_ERR(" %d: 0x%08lx", (*i)++, addr); in print_trace_address()
256 LOG_ERR("RAX: 0x%016lx RBX: 0x%016lx RCX: 0x%016lx RDX: 0x%016lx", in dump_regs()
258 LOG_ERR("RSI: 0x%016lx RDI: 0x%016lx RBP: 0x%016lx RSP: 0x%016lx", in dump_regs()
260 LOG_ERR(" R8: 0x%016lx R9: 0x%016lx R10: 0x%016lx R11: 0x%016lx", in dump_regs()
262 LOG_ERR("R12: 0x%016lx R13: 0x%016lx R14: 0x%016lx R15: 0x%016lx", in dump_regs()
264 LOG_ERR("RSP: 0x%016lx RFLAGS: 0x%016lx CS: 0x%04lx CR3: 0x%016lx", in dump_regs()
267 LOG_ERR("RIP: 0x%016lx", esf->rip); in dump_regs()
273 LOG_ERR("EAX: 0x%08x, EBX: 0x%08x, ECX: 0x%08x, EDX: 0x%08x", in dump_regs()
275 LOG_ERR("ESI: 0x%08x, EDI: 0x%08x, EBP: 0x%08x, ESP: 0x%08x", in dump_regs()
277 LOG_ERR("EFLAGS: 0x%08x CS: 0x%04x CR3: 0x%08lx", esf->eflags, in dump_regs()
280 LOG_ERR("EIP: 0x%08x", esf->eip); in dump_regs()
289 LOG_ERR("Divide by zero"); in log_exception()
292 LOG_ERR("Debug"); in log_exception()
295 LOG_ERR("Non-maskable interrupt"); in log_exception()
298 LOG_ERR("Breakpoint"); in log_exception()
301 LOG_ERR("Overflow"); in log_exception()
304 LOG_ERR("Bound range exceeded"); in log_exception()
307 LOG_ERR("Invalid opcode"); in log_exception()
310 LOG_ERR("Floating point unit device not available"); in log_exception()
313 LOG_ERR("Double fault (code 0x%lx)", code); in log_exception()
316 LOG_ERR("Co-processor segment overrun"); in log_exception()
319 LOG_ERR("Invalid TSS (code 0x%lx)", code); in log_exception()
322 LOG_ERR("Segment not present (code 0x%lx)", code); in log_exception()
325 LOG_ERR("Stack segment fault"); in log_exception()
328 LOG_ERR("General protection fault (code 0x%lx)", code); in log_exception()
332 LOG_ERR("x87 floating point exception"); in log_exception()
335 LOG_ERR("Alignment check (code 0x%lx)", code); in log_exception()
338 LOG_ERR("Machine check"); in log_exception()
341 LOG_ERR("SIMD floating point exception"); in log_exception()
344 LOG_ERR("Virtualization exception"); in log_exception()
347 LOG_ERR("Security exception"); in log_exception()
350 LOG_ERR("Exception not handled (code 0x%lx)", code); in log_exception()
363 LOG_ERR("Page fault at address %p (error code 0x%lx)", cr2, err); in dump_page_fault()
366 LOG_ERR("Reserved bits set in page tables"); in dump_page_fault()
369 LOG_ERR("Linear address not present in page tables"); in dump_page_fault()
371 LOG_ERR("Access violation: %s thread not allowed to %s", in dump_page_fault()
377 LOG_ERR("Protection key disallowed"); in dump_page_fault()
379 LOG_ERR("SGX access control violation"); in dump_page_fault()
398 LOG_ERR("call trace:"); in z_x86_fatal_error()
407 LOG_ERR("Attempt to resume un-suspended thread object"); in z_x86_fatal_error()