Home
last modified time | relevance | path

Searched refs:services_listhead (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm_ipc.c45 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()
Drom_loader.c132 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/
Dspm_load_api.h79 struct service_head_t *services_listhead,