Searched refs:EMSG_RAW (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | abort.c | 150 EMSG_RAW(""); in __print_abort_info() 158 EMSG_RAW(" cpu #%zu cpsr 0x%08x", in __print_abort_info() 173 EMSG_RAW(" cpu #%zu cpsr 0x%08x", in __print_abort_info() 175 EMSG_RAW(" x0 %016" PRIx64 " x1 %016" PRIx64, in __print_abort_info() 177 EMSG_RAW(" x2 %016" PRIx64 " x3 %016" PRIx64, in __print_abort_info() 179 EMSG_RAW(" x4 %016" PRIx64 " x5 %016" PRIx64, in __print_abort_info() 181 EMSG_RAW(" x6 %016" PRIx64 " x7 %016" PRIx64, in __print_abort_info() 183 EMSG_RAW(" x8 %016" PRIx64 " x9 %016" PRIx64, in __print_abort_info() 185 EMSG_RAW(" x10 %016" PRIx64 " x11 %016" PRIx64, in __print_abort_info() 187 EMSG_RAW(" x12 %016" PRIx64 " x13 %016" PRIx64, in __print_abort_info() [all …]
|
/optee_os-3.20.0/core/kernel/ |
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()
|
A D | panic.c | 24 EMSG_RAW("Panic"); in __do_panic() 26 EMSG_RAW("Panic %s%s%sat %s:%d %s%s%s", in __do_panic()
|
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()
|
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()
|
A D | ubsan.c | 107 EMSG_RAW("Undefined behavior %s at %s:%" PRIu32 " col %" PRIu32, in print_loc()
|
A D | thread.c | 98 EMSG_RAW("Dead canary at %s of '%s[%zu]' (%p)", #loc, #stack, \
|
/optee_os-3.20.0/core/include/kernel/ |
A D | trace_ta.h | 13 #define TAMSG_RAW(...) EMSG_RAW(__VA_ARGS__)
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | stack_check.c | 25 EMSG_RAW("stack smashing detected"); in __stack_chk_fail()
|
/optee_os-3.20.0/lib/libutee/ |
A D | assert.c | 18 EMSG_RAW("assertion '%s' failed at %s:%d in %s()", in _assert_log()
|
/optee_os-3.20.0/ldelf/ |
A D | sys.c | 19 EMSG_RAW("Panic"); in __panic() 21 EMSG_RAW("Panic at %s:%d %s%s%s", in __panic()
|
A D | main.c | 36 EMSG_RAW("Status of TA %pUl", (void *)&elf->uuid); in dump_ta_state() 37 EMSG_RAW(" arch: %s", elf->is_32bit ? "arm" : "aarch64"); in dump_ta_state()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | trace.h | 114 #define EMSG_RAW(...) (void)0 macro 116 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__) macro
|
Completed in 15 milliseconds