Searched refs:p_client (Results 1 – 5 of 5) sorted by relevance
40 struct partition_t *p_client, *p_target; in tfm_psa_call_pack() local48 p_client = GET_CURRENT_COMPONENT(); in tfm_psa_call_pack()53 if (p_client != p_target) { in tfm_psa_call_pack()114 struct partition_t *p_client, *p_target; in psa_connect() local122 p_client = GET_CURRENT_COMPONENT(); in psa_connect()127 if (p_client != p_target) { in psa_connect()141 struct partition_t *p_client, *p_target; in psa_close() local149 p_client = GET_CURRENT_COMPONENT(); in psa_close()154 if (p_client != p_target) { in psa_close()271 struct partition_t *p_client, *p_target; in agent_psa_call() local[all …]
207 signal = backend_wait_signals(p_connection->p_client, ASYNC_MSG_REPLY); in backend_messaging()220 struct partition_t *client = handle->p_client; in backend_replying()232 return backend_assert_signal(handle->p_client, ASYNC_MSG_REPLY); in backend_replying()234 handle->p_client->reply_value = (uintptr_t)status; in backend_replying()235 return backend_assert_signal(handle->p_client, ASYNC_MSG_REPLY); in backend_replying()
78 SET_CURRENT_COMPONENT(handle->p_client); in backend_replying()
81 struct partition_t *p_client; /* Caller partition */ member
307 p_connection->p_client = GET_CURRENT_COMPONENT(); in spm_init_idle_connection()