Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.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()
342 stat = tfm_spm_partition_psa_reply(p_target->p_handles->msg.handle, in agent_psa_close()
Dpsa_api.c166 if (!partition->p_handles) { in tfm_spm_partition_psa_get()
170 partition, p_handles) { in tfm_spm_partition_psa_get()
174 UNI_LIST_REMOVE_NODE_BY_PNODE(prev, p_handles); in tfm_spm_partition_psa_get()
177 if (!partition->p_handles) { in tfm_spm_partition_psa_get()
Dbackend_sfn.c54 p_target->p_handles = p_connection; in backend_messaging()
132 p_pt->p_handles = NULL; in backend_init_comp_assuredly()
Dspm.h100 struct connection_t *p_handles; /* Handle(s) link */ member
120 struct connection_t *p_handles; member
Dbackend_ipc.c195 UNI_LIST_INSERT_AFTER(p_owner, p_connection, p_handles); in backend_messaging()
231 UNI_LIST_INSERT_AFTER(client, handle, p_handles); in backend_replying()
260 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()