Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/arm-trusted-firmware/include/common/
Ddebug.h55 #define no_tf_log(fmt, ...) \ macro
66 # define ERROR(...) no_tf_log(LOG_MARKER_ERROR __VA_ARGS__)
73 # define NOTICE(...) no_tf_log(LOG_MARKER_NOTICE __VA_ARGS__)
79 # define WARN(...) no_tf_log(LOG_MARKER_WARNING __VA_ARGS__)
85 # define INFO(...) no_tf_log(LOG_MARKER_INFO __VA_ARGS__)
91 # define VERBOSE(...) no_tf_log(LOG_MARKER_VERBOSE __VA_ARGS__)
97 #define EARLY_ERROR(...) no_tf_log(LOG_MARKER_ERROR __VA_ARGS__)
/aosp_15_r20/external/arm-trusted-firmware/include/common/
H A Ddebug.h55 #define no_tf_log(fmt, ...) \ macro
66 # define ERROR(...) no_tf_log(LOG_MARKER_ERROR __VA_ARGS__)
73 # define NOTICE(...) no_tf_log(LOG_MARKER_NOTICE __VA_ARGS__)
79 # define WARN(...) no_tf_log(LOG_MARKER_WARNING __VA_ARGS__)
85 # define INFO(...) no_tf_log(LOG_MARKER_INFO __VA_ARGS__)
91 # define VERBOSE(...) no_tf_log(LOG_MARKER_VERBOSE __VA_ARGS__)