Searched refs:services_listhead (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | spm_ipc.c | 45 static struct service_head_t services_listhead; variable 90 UNI_LIST_FOREACH_NODE_PREV(p_prev, p_curr, &services_listhead, next) { in tfm_spm_get_service_by_sid() 92 UNI_LIST_MOVE_AFTER(&services_listhead, p_prev, p_curr, next); in tfm_spm_get_service_by_sid() 372 UNI_LISI_INIT_NODE(&services_listhead, next); in tfm_spm_init() 385 &services_listhead, in tfm_spm_init()
|
D | rom_loader.c | 132 struct service_head_t *services_listhead, in load_services_assuredly() argument 141 if (!p_partition || !services_listhead) { in load_services_assuredly() 179 UNI_LIST_INSERT_AFTER(services_listhead, &services[i], next); in load_services_assuredly()
|
/trusted-firmware-m-3.7.0/secure_fw/spm/include/load/ |
D | spm_load_api.h | 79 struct service_head_t *services_listhead,
|