Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dpsa_mmiovec_api.c24 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_map_invec()
98 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_unmap_invec()
154 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_map_outvec()
226 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_unmap_outvec()
Dpsa_read_write_skip_api.c24 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_read()
92 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_skip()
153 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_write()
Dpsa_connection_api.c123 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_set_rhandle()
Dspm.h222 struct connection_t *spm_msg_handle_to_connection(psa_handle_t msg_handle);
Dpsa_api.c195 handle = spm_msg_handle_to_connection(msg_handle); in tfm_spm_partition_psa_reply()
Dspm_ipc.c269 struct connection_t *spm_msg_handle_to_connection(psa_handle_t msg_handle) in spm_msg_handle_to_connection() function