Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/
Dns_agent_mailbox.c47 tfm_rpc_client_call_handler(); in ns_agent_mailbox_entry()
/trusted-firmware-m-latest/secure_fw/spm/core/
Dtfm_rpc.h154 void tfm_rpc_client_call_handler(void);
Dtfm_rpc.c104 void tfm_rpc_client_call_handler(void) in tfm_rpc_client_call_handler() function
/trusted-firmware-m-latest/docs/design_docs/dual-cpu/
Dcommunication_prototype_between_nspe_and_spe_in_dual_core_systems.rst245 ``ns_agent_mailbox`` shall call RPC API ``tfm_rpc_client_call_handler()`` to
247 ``tfm_rpc_client_call_handler()`` invokes request handling callback function to
389 ``tfm_rpc_client_call_handler()``
396 void tfm_rpc_client_call_handler(void);
400 ``tfm_rpc_client_call_handler()`` invokes callback function ``handle_req()`` to
402 Please note that ``tfm_rpc_client_call_handler()`` doesn't return the status of
Dmailbox_design_on_dual_core_system.rst453 will call ``tfm_rpc_client_call_handler()``.