Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dpsa_interface_sfn.c55 stat = tfm_spm_partition_psa_reply(p_target->p_handles->msg.handle, in tfm_psa_call_pack()
129 stat = tfm_spm_partition_psa_reply(p_target->p_handles->msg.handle, in psa_connect()
156 stat = tfm_spm_partition_psa_reply(p_target->p_handles->msg.handle, in psa_close()
286 stat = tfm_spm_partition_psa_reply(p_target->p_handles->msg.handle, in agent_psa_call()
315 stat = tfm_spm_partition_psa_reply(p_target->p_handles->msg.handle, in agent_psa_connect()
Dpsa_api.c152 if (!partition->p_handles) { in tfm_spm_partition_psa_get()
156 partition, p_handles) { in tfm_spm_partition_psa_get()
160 UNI_LIST_REMOVE_NODE_BY_PNODE(prev, p_handles); in tfm_spm_partition_psa_get()
163 if (!partition->p_handles) { in tfm_spm_partition_psa_get()
Dbackend_sfn.c51 p_target->p_handles = p_connection; in backend_messaging()
131 p_pt->p_handles = NULL; in backend_init_comp_assuredly()
Dspm.h98 struct connection_t *p_handles; /* Handle(s) link */ member
119 struct connection_t *p_handles; member
Dbackend_ipc.c187 UNI_LIST_INSERT_AFTER(p_owner, p_connection, p_handles); in backend_messaging()
223 UNI_LIST_INSERT_AFTER(client, handle, p_handles); in backend_replying()
252 UNI_LISI_INIT_NODE(p_pt, p_handles); in partition_init()
Dspm_ipc.c64 p_ptn, p_handles) { in spm_get_handle_by_signal()
73 UNI_LIST_REMOVE_NODE_BY_PNODE(last_found_handle_holder, p_handles); in spm_get_handle_by_signal()