Home
last modified time | relevance | path

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 Dtrace.h58 #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 Dtrace.h58 #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 Dtrace.h76 #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 Dteec_trace.h128 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dteec_trace.h133 #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 Dteec_trace.h133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) macro
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c21 #define IMSG(format, ...) printf("[%s, %05d]-trace: " format "\n", \ macro
24 #define IMSG(format, ...) macro