Searched refs:p_handles (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | psa_interface_sfn.c | 55 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()
|
D | psa_api.c | 166 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()
|
D | backend_sfn.c | 54 p_target->p_handles = p_connection; in backend_messaging() 132 p_pt->p_handles = NULL; in backend_init_comp_assuredly()
|
D | spm.h | 100 struct connection_t *p_handles; /* Handle(s) link */ member 120 struct connection_t *p_handles; member
|
D | backend_ipc.c | 195 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()
|
D | spm_ipc.c | 64 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()
|