Home
last modified time | relevance | path

Searched refs:TRACE_ERROR (Results 1 – 16 of 16) sorted by relevance

/optee_os/lib/libutils/ext/include/
A Dtrace.h51 #if (TRACE_LEVEL < TRACE_ERROR)
54 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__)
113 #if (TRACE_LEVEL < TRACE_ERROR)
116 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__)
149 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
A Dtrace_levels.h27 #define TRACE_ERROR 1 macro
34 #define TRACE_PRINTF_LEVEL TRACE_ERROR
/optee_os/out/arm/export-ta_arm32/include/
A Dtrace.h51 #if (TRACE_LEVEL < TRACE_ERROR)
54 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__)
113 #if (TRACE_LEVEL < TRACE_ERROR)
116 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__)
149 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
A Dtrace_levels.h27 #define TRACE_ERROR 1 macro
34 #define TRACE_PRINTF_LEVEL TRACE_ERROR
/optee_os/out/arm/export-ta_arm64/include/
A Dtrace.h51 #if (TRACE_LEVEL < TRACE_ERROR)
54 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__)
113 #if (TRACE_LEVEL < TRACE_ERROR)
116 #define EMSG_RAW(...) trace_printf_helper_raw(TRACE_ERROR, true, __VA_ARGS__)
149 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
A Dtrace_levels.h27 #define TRACE_ERROR 1 macro
34 #define TRACE_PRINTF_LEVEL TRACE_ERROR
/optee_os/lib/libunw/
A Dunwind_arm64.c79 trace_printf_helper_raw(TRACE_ERROR, true, "Call stack:"); in print_stack_arm64()
83 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%0*"PRIx64, in print_stack_arm64()
A Dunwind_arm32.c413 trace_printf_helper_raw(TRACE_ERROR, true, "Call stack:"); in print_stack_arm32()
415 trace_printf_helper_raw(TRACE_ERROR, true, " 0x%08" PRIx32, in print_stack_arm32()
/optee_os/ldelf/
A Dmain.c28 trace_vprintf(NULL, 0, TRACE_ERROR, true, fmt, ap); in print_to_console()
171 #if TRACE_LEVEL >= TRACE_ERROR in ldelf()
A Dsys.h33 trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__); \
/optee_os/core/arch/arm/kernel/
A Dunwind_arm64.c87 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
A Dunwind_arm32.c128 trace_printf_helper_raw(TRACE_ERROR, true, in print_kernel_stack()
A Dabort.c222 trace_printf_helper_raw(TRACE_ERROR, true, in __abort_print()
/optee_os/core/arch/arm/include/kernel/
A Dspinlock.h61 trace_printf(func, line, TRACE_ERROR, true, in cpu_spin_lock_dldetect()
/optee_os/lib/libutils/ext/
A Dtrace.c21 #if (TRACE_LEVEL >= TRACE_ERROR)
/optee_os/core/arch/arm/mm/
A Dtee_pager.c181 trace_printf(func, line, TRACE_ERROR, true, in pager_lock_dldetect()

Completed in 23 milliseconds