Searched refs:tfm_hal_output_spm_log (Results 1 – 8 of 8) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/spm/include/ |
| D | tfm_spm_log.h | 39 #define SPMLOG_DBGMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) 47 #define SPMLOG_INFMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg)) 55 #define SPMLOG_ERRMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg))
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | spm_log.c | 42 result_msg = tfm_hal_output_spm_log(msg, len); in spm_log_msgval() 50 result_val = tfm_hal_output_spm_log(value_str, in spm_log_msgval()
|
| D | stack_watermark.c | 19 #define SPMLOG(x) tfm_hal_output_spm_log((x), sizeof(x))
|
| D | tfm_svcalls.c | 231 svc_args[0] = tfm_hal_output_spm_log((const char *)svc_args[0], svc_args[1]); in handle_spm_svc_requests()
|
| /trusted-firmware-m-latest/platform/ext/common/ |
| D | tfm_hal_spm_logdev.h | 22 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len);
|
| D | tfm_hal_spm_logdev_peripheral.c | 11 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len) in tfm_hal_output_spm_log() function
|
| /trusted-firmware-m-latest/docs/design_docs/ |
| D | tfm_log_system_design_document.rst | 80 * 'tfm_hal_output_spm_log' to output the formatted string. 124 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len); 131 #define SPMLOG_DBGMSG(msg) tfm_hal_output_spm_log(msg, sizeof(msg))
|
| /trusted-firmware-m-latest/docs/design_docs/software/ |
| D | hardware_abstraction_layer.rst | 610 tfm_hal_output_spm_log() 616 int32_t tfm_hal_output_spm_log(const unsigned char *str, uint32_t len)
|