Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/src/multi_core/
Dtfm_ns_mailbox_thread.c24 const struct psa_client_params_t *params_ptr; /* Pointer to PSA client call member
123 memcpy(&msg_ptr->params, req->params_ptr, sizeof(msg_ptr->params)); in mailbox_tx_client_call_msg()
195 req.params_ptr = params; in tfm_ns_mailbox_client_call()
231 if (!req.params_ptr || !req.reply || !req.woken_flag) { in tfm_ns_mailbox_thread_runner()