Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/include/common/
A Ddebug.h58 tf_log(fmt, ##__VA_ARGS__); \
63 # define ERROR(...) tf_log(LOG_MARKER_ERROR __VA_ARGS__)
71 # define NOTICE(...) tf_log(LOG_MARKER_NOTICE __VA_ARGS__)
77 # define WARN(...) tf_log(LOG_MARKER_WARNING __VA_ARGS__)
83 # define INFO(...) tf_log(LOG_MARKER_INFO __VA_ARGS__)
89 # define VERBOSE(...) tf_log(LOG_MARKER_VERBOSE __VA_ARGS__)
113 void tf_log(const char *fmt, ...) __printflike(1, 2);
/tf-a-ffa_el3_spmc/plat/brcm/board/common/
A 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__); \
/tf-a-ffa_el3_spmc/common/
A Dtf_log.c24 void tf_log(const char *fmt, ...) in tf_log() function
/tf-a-ffa_el3_spmc/
A DMakefile451 common/tf_log.c \
/tf-a-ffa_el3_spmc/docs/process/
A Dcoding-guidelines.rst80 which wrap ``tf_log`` and which allow the logging call to be compiled-out

Completed in 6 milliseconds