Home
last modified time | relevance | path

Searched refs:SPMLOG_INFMSGVAL (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/
Ddriver_smpu.c293 SPMLOG_INFMSGVAL(" Address = ", (uintptr_t)slave_config->address); in print_smpu_config()
294 SPMLOG_INFMSGVAL(" Size (bytes) = ", in print_smpu_config()
299 SPMLOG_INFMSGVAL("\tsubregion size (bytes) = ", in print_smpu_config()
303 SPMLOG_INFMSGVAL("\tDisabled subregion ", i); in print_smpu_config()
305 SPMLOG_INFMSGVAL("\tEnabled subregion ", i); in print_smpu_config()
346 SPMLOG_INFMSGVAL(" Wanted address = ", base); in dump_smpu()
347 SPMLOG_INFMSGVAL(" Wanted size (bytes) = ", size); in dump_smpu()
353 SPMLOG_INFMSGVAL(" Configured address = ", base); in dump_smpu()
354 SPMLOG_INFMSGVAL(" Configured size (bytes) = ", size32); in dump_smpu()
359 SPMLOG_INFMSGVAL("\tsubregion size (bytes) = ", size32/8); in dump_smpu()
[all …]
Dtarget_cfg.c309 SPMLOG_INFMSGVAL("memory_regions.non_secure_code_start = ", in smpu_print_config()
311 SPMLOG_INFMSGVAL("memory_regions.non_secure_partition_base = ", in smpu_print_config()
313 SPMLOG_INFMSGVAL("memory_regions.non_secure_partition_limit = ", in smpu_print_config()
Dtfm_hal_multi_core.c71 SPMLOG_INFMSGVAL("Starting Cortex-M4 at ", start_addr); in tfm_hal_boot_ns_cpu()
/trusted-firmware-m-latest/secure_fw/spm/include/
Dtfm_spm_log.h46 #define SPMLOG_INFMSGVAL(msg, val) spm_log_msgval(msg, sizeof(msg), val) macro
49 #define SPMLOG_INFMSGVAL(msg, val) macro
/trusted-firmware-m-latest/secure_fw/spm/include/private/
Dassert.h19 SPMLOG_INFMSGVAL(",", __LINE__); \
/trusted-firmware-m-latest/docs/design_docs/
Dtfm_log_system_design_document.rst66 SPMLOG_INFMSGVAL(msg, val);
106 | SPMLOG_INFMSGVAL | Yes | Yes | No …