Searched refs:TRACE_DEBUG (Results 1 – 15 of 15) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | trace.h | 66 #if (TRACE_LEVEL < TRACE_DEBUG) 69 #define DMSG(...) trace_printf_helper(TRACE_DEBUG, true, __VA_ARGS__) 93 #if (TRACE_LEVEL < TRACE_DEBUG) 96 #define DHEXDUMP(buf, len) dhex_dump(__func__, __LINE__, TRACE_DEBUG, \ 128 #if (TRACE_LEVEL < TRACE_DEBUG) 131 #define DMSG_RAW(...) trace_printf_helper_raw(TRACE_DEBUG, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 29 #define TRACE_DEBUG 3 macro
|
| /optee_os/core/include/ |
| H A D | initcall.h | 15 #if TRACE_LEVEL >= TRACE_DEBUG 21 #if TRACE_LEVEL >= TRACE_DEBUG
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_trace.h | 308 #if (TRACE_LEVEL >= TRACE_DEBUG) 310 trace_printf(__func__, __LINE__, TRACE_DEBUG, true, __VA_ARGS__)
|
| /optee_os/core/arch/arm/plat-stm32mp1/pm/ |
| H A D | psci.c | 228 if (TRACE_LEVEL >= TRACE_DEBUG) { in psci_system_off()
|
| /optee_os/core/include/drivers/ |
| H A D | tzc400.h | 242 #if TRACE_LEVEL >= TRACE_DEBUG
|
| H A D | tzc380.h | 223 #if TRACE_LEVEL >= TRACE_DEBUG
|
| /optee_os/lib/libutils/ext/ |
| H A D | trace.c | 226 #if (TRACE_LEVEL >= TRACE_DEBUG)
|
| /optee_os/core/drivers/ |
| H A D | tzc380.c | 318 #if TRACE_LEVEL >= TRACE_DEBUG
|
| H A D | tzc400.c | 452 #if TRACE_LEVEL >= TRACE_DEBUG
|
| H A D | stm32_rng.c | 59 #if TRACE_LEVEL > TRACE_DEBUG
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator.c | 329 if (TRACE_LEVEL >= TRACE_DEBUG) in regulator_core_cleanup()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp15.c | 1231 #if (CFG_TEE_CORE_LOG_LEVEL >= TRACE_DEBUG) && defined(CFG_TEE_CORE_DEBUG)
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_token.c | 431 if (TRACE_LEVEL < TRACE_DEBUG) in dmsg_print_supported_mechanism()
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 1954 #if (TRACE_LEVEL >= TRACE_DEBUG)
|