Home
last modified time | relevance | path

Searched refs:MSG_RAW (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dtrace.h108 #define MSG_RAW(...) (void)0 macro
110 #define MSG_RAW(...) trace_printf_helper_raw(0, false, __VA_ARGS__) macro
/optee_os/ta/pkcs11/src/
H A Dobject.c140 MSG_RAW("[destroy] obj uuid %pUl", (void *)obj->uuid); in destroy_object()