Searched defs:IMSG (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 58 #define IMSG(...) (void)0 macro 60 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 58 #define IMSG(...) (void)0 macro 60 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 76 #define IMSG(...) (void)0 macro 78 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | teec_trace.h | 128 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | teec_trace.h | 133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | teec_trace.h | 133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) macro
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 21 #define IMSG(format, ...) printf("[%s, %05d]-trace: " format "\n", \ macro 24 #define IMSG(format, ...) macro
|