Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/lib/runtime/
Dsfn_common_thread.c48 psa_get(sig, &msg); in common_sfn_thread()
Dpsa_api_ipc.c39 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg) in psa_get() function
41 return PART_METADATA()->psa_fns->psa_get(signal, msg); in psa_get()
/trusted-firmware-m-3.6.0/interface/include/psa/
Dservice.h135 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dtfm_rpc.c120 psa_status_t status = psa_get(ASYNC_MSG_REPLY, &msg); in tfm_rpc_client_call_reply()
/trusted-firmware-m-3.6.0/secure_fw/spm/include/interface/
Druntime_defs.h34 psa_status_t (*psa_get)(psa_signal_t signal, psa_msg_t *msg); member
/trusted-firmware-m-3.6.0/docs/design_docs/dual-cpu/
Dmailbox_ns_agent_update.rst223 always fetched initiative by the agent with a ``psa_get()``.
267 ``psa_get()`` with this signal to get one acknowledged message. This signal is
269 ``psa_get()``. SPM assembles the information into agent provided message object.
271 ``psa_get()`` call. The agent can know what kind of message is acknowledged by
274 ``psa_get()`` gets ``panic``.
340 * `psa_get` hence here only errors need to be dispatched.
345 /* The handle is freed for stateless service after 'psa_get'. */
346 status = psa_get(ASYNC_MSG_REPLY, &msg);
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dtfm_psa_inter_process_communication.rst178 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_secure_partition_addition.rst544 psa_get(ROT_A_SIGNAL, &msg);
762 and secure partition can get it when calling psa_get() function. The secure