Searched refs:EMSG_RAW (Results 1 – 14 of 14) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | abort.c | 90 EMSG_RAW(""); in __print_abort_info() 91 EMSG_RAW("%s %s-abort at address 0x%" PRIxVA "%s", in __print_abort_info() 94 EMSG_RAW("cpu\t#%zu", core_pos); in __print_abort_info() 95 EMSG_RAW("cause\t%016" PRIxPTR " epc\t%016" PRIxPTR, in __print_abort_info() 97 EMSG_RAW("tval\t%016" PRIxPTR " status\t%016" PRIxPTR, in __print_abort_info() 99 EMSG_RAW("ra\t%016" PRIxPTR " sp\t%016" PRIxPTR, in __print_abort_info() 101 EMSG_RAW("gp\t%016" PRIxPTR " tp\t%016" PRIxPTR, in __print_abort_info() 103 EMSG_RAW("t0\t%016" PRIxPTR " t1\t%016" PRIxPTR, in __print_abort_info() 105 EMSG_RAW("t2\t%016" PRIxPTR " s0\t%016" PRIxPTR, in __print_abort_info() 107 EMSG_RAW("s1\t%016" PRIxPTR " a0\t%016" PRIxPTR, in __print_abort_info() [all …]
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | abort.c | 154 EMSG_RAW(""); in __print_abort_info() 156 EMSG_RAW("%s %s-abort at address 0x%" PRIxVA in __print_abort_info() 162 EMSG_RAW("%s %s-abort at address 0x%" PRIxVA "%s", ctx, in __print_abort_info() 166 EMSG_RAW(" fsr 0x%08x ttbr0 0x%08x ttbr1 0x%08x cidr 0x%X", in __print_abort_info() 169 EMSG_RAW(" cpu #%zu cpsr 0x%08x", in __print_abort_info() 171 EMSG_RAW(" r0 0x%08x r4 0x%08x r8 0x%08x r12 0x%08x", in __print_abort_info() 173 EMSG_RAW(" r1 0x%08x r5 0x%08x r9 0x%08x sp 0x%08x", in __print_abort_info() 175 EMSG_RAW(" r2 0x%08x r6 0x%08x r10 0x%08x lr 0x%08x", in __print_abort_info() 177 EMSG_RAW(" r3 0x%08x r7 0x%08x r11 0x%08x pc 0x%08x", in __print_abort_info() 181 EMSG_RAW(" esr 0x%08x ttbr0 0x%08" PRIx64 " ttbr1 0x%08" PRIx64 in __print_abort_info() [all …]
|
| /optee_os/core/kernel/ |
| H A D | assert.c | 19 EMSG_RAW("assertion '%s' failed at %s:%d <%s>", in _assert_log() 22 EMSG_RAW("assertion failed"); in _assert_log()
|
| H A D | lockdep.c | 72 EMSG_RAW("Call stack:"); in lockdep_print_call_stack() 74 EMSG_RAW(" %#" PRIxPTR, *p); in lockdep_print_call_stack() 280 EMSG_RAW("-> Thread %#" PRIxPTR " acquired lock %#" PRIxPTR "%s", in lockdep_print_edge_info() 283 EMSG_RAW("...while holding lock %#" PRIxPTR "%s", in lockdep_print_edge_info() 303 EMSG_RAW("-> Shortest cycle:"); in lockdep_print_cycle_info() 305 EMSG_RAW(" Lock %#" PRIxPTR, *p); in lockdep_print_cycle_info() 357 EMSG_RAW("Potential deadlock detected!"); in __lockdep_lock_acquire() 358 EMSG_RAW("When trying to acquire lock %#" PRIxPTR, id); in __lockdep_lock_acquire() 416 EMSG_RAW("Thread %p does not own lock %#" PRIxPTR, (void *)owned, id); in __lockdep_lock_release()
|
| H A D | panic.c | 72 EMSG_RAW("Panic"); in __do_panic() 74 EMSG_RAW("Panic %s%s%sat %s:%d %s%s%s", in __do_panic()
|
| H A D | user_mode_ctx.c | 23 EMSG_RAW(" region %2zu: va 0x%0*" PRIxVA " pa 0x%0*" PRIxPA in user_mode_ctx_print_mappings()
|
| H A D | thread.c | 200 EMSG_RAW("Dead canary at start of '%s[%zu]' (%p)", in check_stack_canary() 207 EMSG_RAW("Dead canary at end of '%s[%zu]' (%p)", in check_stack_canary()
|
| /optee_os/ldelf/ |
| H A D | sys.c | 19 EMSG_RAW("Panic"); in __panic() 21 EMSG_RAW("Panic at %s:%d %s%s%s", in __panic()
|
| H A D | main.c | 37 EMSG_RAW("Status of TA %pUl", (void *)&elf->uuid); in dump_ta_state() 39 EMSG_RAW(" arch: %s", elf->is_32bit ? "arm" : "aarch64"); in dump_ta_state() 41 EMSG_RAW(" arch: %s", elf->is_32bit ? "riscv32" : "riscv64"); in dump_ta_state()
|
| /optee_os/core/include/kernel/ |
| H A D | trace_ta.h | 13 #define TAMSG_RAW(...) EMSG_RAW(__VA_ARGS__)
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | trace.h | 115 #define EMSG_RAW(...) (void)0 macro 117 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__) macro
|
| /optee_os/lib/libutee/ |
| H A D | assert.c | 18 EMSG_RAW("assertion '%s' failed at %s:%d in %s()", in _assert_log()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | stack_check.c | 25 EMSG_RAW("stack smashing detected"); in __stack_chk_fail()
|
| /optee_os/lib/libutils/ext/ |
| H A D | ubsan.c | 152 EMSG_RAW("Undefined behavior %s at %s:%" PRIu32 " col %" PRIu32, in ubsan_handle_error()
|