Home
last modified time | relevance | path

Searched refs:SPMLOG_DBGMSGVAL (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/platform/ext/common/
Dexception_info.c89 SPMLOG_DBGMSGVAL(" EXC_RETURN (LR): ", ctx->EXC_RETURN); in dump_exception_info()
104 SPMLOG_DBGMSGVAL(" xPSR: ", ctx->xPSR); in dump_exception_info()
105 SPMLOG_DBGMSGVAL(" MSP: ", ctx->MSP); in dump_exception_info()
106 SPMLOG_DBGMSGVAL(" PSP: ", ctx->PSP); in dump_exception_info()
108 SPMLOG_DBGMSGVAL(" MSP_NS: ", __TZ_get_MSP_NS()); in dump_exception_info()
109 SPMLOG_DBGMSGVAL(" PSP_NS: ", __TZ_get_PSP_NS()); in dump_exception_info()
112 SPMLOG_DBGMSGVAL(" Exception frame at: ", (uint32_t)ctx->EXC_FRAME); in dump_exception_info()
117 SPMLOG_DBGMSGVAL(" R0: ", ctx->EXC_FRAME_COPY[0]); in dump_exception_info()
118 SPMLOG_DBGMSGVAL(" R1: ", ctx->EXC_FRAME_COPY[1]); in dump_exception_info()
119 SPMLOG_DBGMSGVAL(" R2: ", ctx->EXC_FRAME_COPY[2]); in dump_exception_info()
[all …]
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/
Drse_comms.c36 SPMLOG_DBGMSGVAL("handle=", req->handle); in message_dispatch()
37 SPMLOG_DBGMSGVAL("type=", req->type); in message_dispatch()
38 SPMLOG_DBGMSGVAL("in_len=", req->in_len); in message_dispatch()
39 SPMLOG_DBGMSGVAL("out_len=", req->out_len); in message_dispatch()
41 SPMLOG_DBGMSGVAL("in_vec[0].len=", req->in_vec[0].len); in message_dispatch()
44 SPMLOG_DBGMSGVAL("in_vec[1].len=", req->in_vec[1].len); in message_dispatch()
47 SPMLOG_DBGMSGVAL("in_vec[2].len=", req->in_vec[2].len); in message_dispatch()
50 SPMLOG_DBGMSGVAL("in_vec[3].len=", req->in_vec[3].len); in message_dispatch()
53 SPMLOG_DBGMSGVAL("out_vec[0].len=", req->out_vec[0].len); in message_dispatch()
56 SPMLOG_DBGMSGVAL("out_vec[1].len=", req->out_vec[1].len); in message_dispatch()
[all …]
Drse_comms_hal.c88 SPMLOG_DBGMSGVAL("[COMMS] MHU receive failed: ", mhu_err); in tfm_multi_core_hal_receive()
94 SPMLOG_DBGMSGVAL("[COMMS] size=", msg_len); in tfm_multi_core_hal_receive()
95 SPMLOG_DBGMSGVAL("[COMMS] seq_num=", msg.header.seq_num); in tfm_multi_core_hal_receive()
111 SPMLOG_DBGMSGVAL("[COMMS] Deserialize message failed: ", err); in tfm_multi_core_hal_receive()
159 SPMLOG_DBGMSGVAL("[COMMS] Serialize reply failed: ", err); in tfm_multi_core_hal_reply()
165 SPMLOG_DBGMSGVAL("[COMMS] MHU send failed: ", mhu_err); in tfm_multi_core_hal_reply()
Drse_comms_atu.c127 SPMLOG_DBGMSGVAL("[COMMS ATU] Mapping new region: ", region_idx); in setup_region_for_host_buf()
128 SPMLOG_DBGMSGVAL("[COMMS ATU] Region start: ", region_params->phys_addr); in setup_region_for_host_buf()
129 SPMLOG_DBGMSGVAL("[COMMS ATU] Region end: ", region_params->phys_addr + region_params->size); in setup_region_for_host_buf()
177 SPMLOG_DBGMSGVAL("[COMMS ATU] Deallocating region: ", region); in comms_atu_free_region()
200 SPMLOG_DBGMSGVAL("[COMMS ATU] Deallocating region: ", region_idx); in comms_atu_free_regions()
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/rse_comms/
Drse_comms.c36 SPMLOG_DBGMSGVAL("handle=", req->handle); in message_dispatch()
37 SPMLOG_DBGMSGVAL("type=", req->type); in message_dispatch()
38 SPMLOG_DBGMSGVAL("in_len=", req->in_len); in message_dispatch()
39 SPMLOG_DBGMSGVAL("out_len=", req->out_len); in message_dispatch()
41 SPMLOG_DBGMSGVAL("in_vec[0].len=", req->in_vec[0].len); in message_dispatch()
44 SPMLOG_DBGMSGVAL("in_vec[1].len=", req->in_vec[1].len); in message_dispatch()
47 SPMLOG_DBGMSGVAL("in_vec[2].len=", req->in_vec[2].len); in message_dispatch()
50 SPMLOG_DBGMSGVAL("in_vec[3].len=", req->in_vec[3].len); in message_dispatch()
53 SPMLOG_DBGMSGVAL("out_vec[0].len=", req->out_vec[0].len); in message_dispatch()
56 SPMLOG_DBGMSGVAL("out_vec[1].len=", req->out_vec[1].len); in message_dispatch()
[all …]
Drse_comms_hal.c96 SPMLOG_DBGMSGVAL("[COMMS] MHU receive failed: ", mhu_err); in tfm_multi_core_hal_receive()
102 SPMLOG_DBGMSGVAL("[COMMS] size=", msg_len); in tfm_multi_core_hal_receive()
103 SPMLOG_DBGMSGVAL("[COMMS] seq_num=", msg.header.seq_num); in tfm_multi_core_hal_receive()
119 SPMLOG_DBGMSGVAL("[COMMS] Deserialize message failed: ", err); in tfm_multi_core_hal_receive()
167 SPMLOG_DBGMSGVAL("[COMMS] Serialize reply failed: ", err); in tfm_multi_core_hal_reply()
173 SPMLOG_DBGMSGVAL("[COMMS] MHU send failed: ", mhu_err); in tfm_multi_core_hal_reply()
/trusted-firmware-m-latest/secure_fw/spm/include/
Dtfm_spm_log.h38 #define SPMLOG_DBGMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) macro
41 #define SPMLOG_DBGMSGVAL(msg, val) macro
/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/
Dtarget_cfg.c215 SPMLOG_DBGMSGVAL("NS ROM starts from : ", in mpc_init_cfg()
217 SPMLOG_DBGMSGVAL("NS ROM ends at : ", in mpc_init_cfg()
220 SPMLOG_DBGMSGVAL("NS DATA start from : ", NS_DATA_START); in mpc_init_cfg()
221 SPMLOG_DBGMSGVAL("NS DATA ends at : ", NS_DATA_START + NS_DATA_LIMIT); in mpc_init_cfg()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/
Dtfm_hal_isolation.c173 SPMLOG_DBGMSGVAL("Veneers starts from : ", region_cfg.region_base); in tfm_hal_set_up_static_boundaries()
174 SPMLOG_DBGMSGVAL("Veneers ends at : ", region_cfg.region_base + in tfm_hal_set_up_static_boundaries()
195 SPMLOG_DBGMSGVAL("Code section starts from : ", region_cfg.region_base); in tfm_hal_set_up_static_boundaries()
196 SPMLOG_DBGMSGVAL("Code section ends at : ", region_cfg.region_base + in tfm_hal_set_up_static_boundaries()
217 SPMLOG_DBGMSGVAL("RO APP CODE starts from : ", region_cfg.region_base); in tfm_hal_set_up_static_boundaries()
218 SPMLOG_DBGMSGVAL("RO APP CODE ends at : ", region_cfg.region_base + in tfm_hal_set_up_static_boundaries()
239 SPMLOG_DBGMSGVAL("RW, ZI APP starts from : ", region_cfg.region_base); in tfm_hal_set_up_static_boundaries()
240 SPMLOG_DBGMSGVAL("RW, ZI APP ends at : ", region_cfg.region_base + in tfm_hal_set_up_static_boundaries()
259 SPMLOG_DBGMSGVAL("NS Data starts from : ", region_cfg.region_base); in tfm_hal_set_up_static_boundaries()
260 SPMLOG_DBGMSGVAL("NS Data ends at : ", region_cfg.region_base + in tfm_hal_set_up_static_boundaries()
/trusted-firmware-m-latest/secure_fw/spm/core/
Dmain.c79 SPMLOG_DBGMSGVAL("TF-M isolation level is: ", TFM_ISOLATION_LEVEL); in tfm_core_init()
/trusted-firmware-m-latest/docs/design_docs/
Dtfm_log_system_design_document.rst64 SPMLOG_DBGMSGVAL(msg, val);
104 | SPMLOG_DBGMSGVAL | Yes | No | No …
133 #define SPMLOG_DBGMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val)