Home
last modified time | relevance | path

Searched defs:msg_handle (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dpsa_api_ipc.c44 size_t psa_read(psa_handle_t msg_handle, uint32_t invec_idx, in psa_read()
50 size_t psa_skip(psa_handle_t msg_handle, uint32_t invec_idx, size_t num_bytes) in psa_skip()
55 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_write()
61 void psa_reply(psa_handle_t msg_handle, psa_status_t retval) in psa_reply()
87 void psa_set_rhandle(psa_handle_t msg_handle, void *rhandle) in psa_set_rhandle()
132 const void *psa_map_invec(psa_handle_t msg_handle, uint32_t invec_idx) in psa_map_invec()
137 void psa_unmap_invec(psa_handle_t msg_handle, uint32_t invec_idx) in psa_unmap_invec()
142 void *psa_map_outvec(psa_handle_t msg_handle, uint32_t outvec_idx) in psa_map_outvec()
147 void psa_unmap_outvec(psa_handle_t msg_handle, uint32_t outvec_idx, size_t len) in psa_unmap_outvec()
/trusted-firmware-m-latest/secure_fw/spm/core/
Dpsa_mmiovec_api.c16 const void *tfm_spm_partition_psa_map_invec(psa_handle_t msg_handle, in tfm_spm_partition_psa_map_invec()
92 void tfm_spm_partition_psa_unmap_invec(psa_handle_t msg_handle, in tfm_spm_partition_psa_unmap_invec()
146 void *tfm_spm_partition_psa_map_outvec(psa_handle_t msg_handle, in tfm_spm_partition_psa_map_outvec()
220 void tfm_spm_partition_psa_unmap_outvec(psa_handle_t msg_handle, in tfm_spm_partition_psa_unmap_outvec()
Dpsa_interface_thread_fn_call.c78 size_t psa_read_thread_fn_call(psa_handle_t msg_handle, uint32_t invec_idx, in psa_read_thread_fn_call()
86 size_t psa_skip_thread_fn_call(psa_handle_t msg_handle, in psa_skip_thread_fn_call()
94 void psa_write_thread_fn_call(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_write_thread_fn_call()
102 void psa_reply_thread_fn_call(psa_handle_t msg_handle, psa_status_t status) in psa_reply_thread_fn_call()
156 void psa_set_rhandle_thread_fn_call(psa_handle_t msg_handle, void *rhandle) in psa_set_rhandle_thread_fn_call()
203 const void *psa_map_invec_thread_fn_call(psa_handle_t msg_handle, uint32_t invec_idx) in psa_map_invec_thread_fn_call()
210 void psa_unmap_invec_thread_fn_call(psa_handle_t msg_handle, uint32_t invec_idx) in psa_unmap_invec_thread_fn_call()
217 void *psa_map_outvec_thread_fn_call(psa_handle_t msg_handle, uint32_t outvec_idx) in psa_map_outvec_thread_fn_call()
224 void psa_unmap_outvec_thread_fn_call(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_unmap_outvec_thread_fn_call()
Dpsa_interface_sfn.c65 size_t psa_read(psa_handle_t msg_handle, uint32_t invec_idx, in psa_read()
77 size_t psa_skip(psa_handle_t msg_handle, uint32_t invec_idx, in psa_skip()
88 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_write()
224 const void *psa_map_invec(psa_handle_t msg_handle, uint32_t invec_idx) in psa_map_invec()
234 void psa_unmap_invec(psa_handle_t msg_handle, uint32_t invec_idx) in psa_unmap_invec()
244 void *psa_map_outvec(psa_handle_t msg_handle, uint32_t outvec_idx) in psa_map_outvec()
254 void psa_unmap_outvec(psa_handle_t msg_handle, uint32_t outvec_idx, size_t len) in psa_unmap_outvec()
Dpsa_read_write_skip_api.c15 size_t tfm_spm_partition_psa_read(psa_handle_t msg_handle, uint32_t invec_idx, in tfm_spm_partition_psa_read()
85 size_t tfm_spm_partition_psa_skip(psa_handle_t msg_handle, uint32_t invec_idx, in tfm_spm_partition_psa_skip()
145 psa_status_t tfm_spm_partition_psa_write(psa_handle_t msg_handle, uint32_t outvec_idx, in tfm_spm_partition_psa_write()
Dpsa_interface_svc.c52 __naked size_t psa_read_svc(psa_handle_t msg_handle, uint32_t invec_idx, in psa_read_svc()
59 __naked size_t psa_skip_svc(psa_handle_t msg_handle, in psa_skip_svc()
66 __naked void psa_write_svc(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_write_svc()
73 __naked void psa_reply_svc(psa_handle_t msg_handle, psa_status_t retval) in psa_reply_svc()
120 __naked void psa_set_rhandle_svc(psa_handle_t msg_handle, void *rhandle) in psa_set_rhandle_svc()
Dpsa_connection_api.c129 psa_status_t tfm_spm_partition_psa_set_rhandle(psa_handle_t msg_handle, void *rhandle) in tfm_spm_partition_psa_set_rhandle()
Dpsa_api.c200 psa_status_t tfm_spm_partition_psa_reply(psa_handle_t 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()
/trusted-firmware-m-latest/platform/include/
Dtfm_hal_mailbox.h34 mailbox_msg_handle_t msg_handle; member