Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/interface/include/
Dpsa_interface_redirect.h19 #define psa_get psa_get_svc macro
58 #define psa_get psa_get_cross macro
/trusted-firmware-m-3.4.0/secure_fw/partitions/lib/runtime/
Dsfn_common_thread.c45 psa_get(sig, &msg); in common_sfn_thread()
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dmailbox_ns_agent_update.rst181 ``psa_get``. This is also introduced in the subsequent introduction on
194 ``psa_get`` with this signal to get one acknowledged message. This signal is
196 ``psa_get``. SPM assembles the information into agent provided message object.
198 ``psa_get`` call. The agent can know what kind of message is acknowledged by
201 ``psa_get`` gets an state representing ``not ready`` to the caller. This
262 /* The handle is freed for stateless service after 'psa_get'. */
263 status = psa_get(PSA_MSG_ACK, &msg);
Dtfm_psa_inter_process_communication.rst178 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
/trusted-firmware-m-3.4.0/interface/include/psa/
Dservice.h132 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
/trusted-firmware-m-3.4.0/docs/integration_guide/services/
Dtfm_secure_partition_addition.rst430 psa_get(ROT_A_SIGNAL, &msg);
633 and secure partition can get it when calling psa_get() function. The secure