Searched refs:p_handles (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.6.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()
|
D | psa_api.c | 152 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()
|
D | backend_sfn.c | 51 p_target->p_handles = p_connection; in backend_messaging() 131 p_pt->p_handles = NULL; in backend_init_comp_assuredly()
|
D | spm.h | 98 struct connection_t *p_handles; /* Handle(s) link */ member 119 struct connection_t *p_handles; member
|
D | backend_ipc.c | 187 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()
|
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()
|