Home
last modified time | relevance | path

Searched refs:trace_printf (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dtrace.h37 void trace_printf(const char *func, int line, int level, bool level_ok,
41 trace_printf(__func__, __LINE__, (level), (level_ok), \
104 trace_printf(NULL, 0, (level), (level_ok), __VA_ARGS__)
150 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
/optee_os/lib/libutils/ext/
H A Dtrace.c118 void trace_printf(const char *function, int line, int level, bool level_ok, in trace_printf() function
218 void trace_printf(const char *function __unused, int line __unused, in trace_printf() function
281 trace_printf(function, line, level, true, "%s", in dhex_dump()
288 trace_printf(function, line, level, true, "%s", in dhex_dump()
/optee_os/core/include/kernel/
H A Dspinlock.h83 trace_printf(func, line, TRACE_ERROR, true, in cpu_spin_lock_dldetect()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h310 trace_printf(__func__, __LINE__, TRACE_DEBUG, true, __VA_ARGS__)
H A Dcaam_desc_helper.h56 trace_printf(NULL, 0, 0, false, "[%02zu] %08" PRIX32, idx, in dump_desc()
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c181 trace_printf(func, line, TRACE_ERROR, true, in pager_lock_dldetect()