Home
last modified time | relevance | path

Searched refs:reply_value (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm.h101 uintptr_t reply_value; /* Result of this operation, if aynchronous */ member
116 uintptr_t reply_value; member
Dbackend_ipc.c98 *p_retval = (uint32_t)p_pt->reply_value; in query_state()
229 handle->reply_value = (uintptr_t)status; in backend_replying()
234 handle->p_client->reply_value = (uintptr_t)status; in backend_replying()
Dpsa_api.c175 ret = handle->reply_value; in tfm_spm_partition_psa_get()