Home
last modified time | relevance | path

Searched refs:client_data (Results 1 – 14 of 14) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dmailbox_agent_api.c50 p_connection->client_data = client_data_stateless; in tfm_spm_agent_psa_call()
59 const void *client_data) in tfm_spm_agent_psa_connect() argument
78 p_connection->client_data = client_data; in tfm_spm_agent_psa_connect()
Dtfm_rpc.c62 const void *client_data) in tfm_rpc_psa_connect() argument
64 SPM_ASSERT(client_data != NULL); in tfm_rpc_psa_connect()
66 return agent_psa_connect(sid, version, ns_client_id, client_data); in tfm_rpc_psa_connect()
116 rpc_ops.reply(handle->client_data, status); in tfm_rpc_client_call_reply()
Dtfm_rpc.h83 const void *client_data);
Dspm.h90 const void *client_data; /* member
394 if (handle && (handle->client_data) && (handle->msg.client_id < 0)) { in tfm_spm_is_rpc_msg()
Dpsa_interface_sfn.c298 int32_t ns_client_id, const void *client_data) in agent_psa_connect() argument
310 stat = tfm_spm_agent_psa_connect(sid, version, ns_client_id, client_data); in agent_psa_connect()
Dpsa_interface_svc.c175 const void *client_data) in agent_psa_connect_svc() argument
Dpsa_interface_thread_fn_call.c248 const void *client_data) in agent_psa_connect_thread_fn_call() argument
Dspm_ipc.c318 p_connection->client_data = NULL; in spm_init_idle_connection()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/interface/
Druntime_defs.h71 const void *client_data);
75 const void *client_data);
/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dmailbox_agent_api.h71 int32_t ns_client_id, const void *client_data);
Dpsa_api.h126 const void *client_data);
/trusted-firmware-m-3.7.0/secure_fw/partitions/lib/runtime/
Dpsa_api_ipc.c165 int32_t ns_client_id, const void *client_data) in agent_psa_connect() argument
169 client_data); in agent_psa_connect()
/trusted-firmware-m-3.7.0/docs/design_docs/dual-cpu/
Dmailbox_ns_agent_update.rst210 int32_t ns_client_id, const void *client_data);
274 the ``type`` member in the ``psa_msg_t``, and the ``client_data`` passed in is
Dcommunication_prototype_between_nspe_and_spe_in_dual_core_systems.rst552 const void *client_data);
563 | ``client_data`` | Client data, treated as opaque by SPM. |