Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm.h392 __STATIC_INLINE bool tfm_spm_is_rpc_msg(const struct connection_t *handle) in tfm_spm_is_rpc_msg() function
403 #define tfm_spm_is_rpc_msg(x) (false) macro
Dbackend_ipc.c204 if (tfm_spm_is_rpc_msg(p_connection)) { in backend_messaging()
222 if (tfm_spm_is_rpc_msg(handle)) { in backend_replying()
Dpsa_api.c308 if (tfm_spm_is_rpc_msg(handle)) { in tfm_spm_partition_psa_reply()