Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/include/load/
Dspm_load_api.h30 (pldinf)->nservices * sizeof(struct service_load_info_t) + \
40 ((const struct service_load_info_t *)((uintptr_t)LOAD_INFO_DEPS(pldinf) + \
44 (pldinf)->nservices * sizeof(struct service_load_info_t)))
Dservice_defs.h47 struct service_load_info_t { struct
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm.h126 const struct service_load_info_t *p_ldinf; /* Service load info */
Drom_loader.c139 const struct service_load_info_t *p_servldinf; in load_services_assuredly()
Dbackend_ipc.c124 const struct service_load_info_t *p_srv_ldi; in prv_process_metadata()
/trusted-firmware-m-3.7.0/tools/templates/
Dpartition_load_info.template83 struct service_load_info_t services[{{(manifest.name|upper + "_NSERVS")}}];