Home
last modified time | relevance | path

Searched refs:tf_log (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/include/common/
Ddebug.h58 tf_log(fmt, ##__VA_ARGS__); \
63 # define ERROR(...) tf_log(LOG_MARKER_ERROR __VA_ARGS__)
69 # define NOTICE(...) tf_log(LOG_MARKER_NOTICE __VA_ARGS__)
75 # define WARN(...) tf_log(LOG_MARKER_WARNING __VA_ARGS__)
81 # define INFO(...) tf_log(LOG_MARKER_INFO __VA_ARGS__)
87 # define VERBOSE(...) tf_log(LOG_MARKER_VERBOSE __VA_ARGS__)
111 void tf_log(const char *fmt, ...) __printflike(1, 2);
/external/arm-trusted-firmware/plat/brcm/board/common/
Dcmn_plat_def.h24 tf_log(LOG_MARKER_NOTICE __VA_ARGS__); \
32 tf_log(LOG_MARKER_ERROR __VA_ARGS__); \
40 tf_log(LOG_MARKER_WARNING __VA_ARGS__); \
48 tf_log(LOG_MARKER_INFO __VA_ARGS__); \
56 tf_log(LOG_MARKER_VERBOSE __VA_ARGS__); \
/external/arm-trusted-firmware/common/
Dtf_log.c24 void tf_log(const char *fmt, ...) in tf_log() function
/external/arm-trusted-firmware/
DMakefile444 common/tf_log.c \
/external/arm-trusted-firmware/docs/process/
Dcoding-guidelines.rst80 which wrap ``tf_log`` and which allow the logging call to be compiled-out