Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dtfm_rpc.c31 static struct tfm_rpc_ops_t rpc_ops = { variable
87 if ((rpc_ops.handle_req != default_handle_req) || in tfm_rpc_register_ops()
88 (rpc_ops.reply != default_mailbox_reply)) { in tfm_rpc_register_ops()
92 rpc_ops.handle_req = ops_ptr->handle_req; in tfm_rpc_register_ops()
93 rpc_ops.reply = ops_ptr->reply; in tfm_rpc_register_ops()
100 rpc_ops.handle_req = default_handle_req; in tfm_rpc_unregister_ops()
101 rpc_ops.reply = default_mailbox_reply; in tfm_rpc_unregister_ops()
106 rpc_ops.handle_req(); in tfm_rpc_client_call_handler()
116 rpc_ops.reply(handle->client_data, status); in tfm_rpc_client_call_reply()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/
Drse_comms.c144 static struct tfm_rpc_ops_t rpc_ops = { variable
154 ret = tfm_rpc_register_ops(&rpc_ops); in tfm_inter_core_comm_init()
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/rse_comms/
Drse_comms.c144 static struct tfm_rpc_ops_t rpc_ops = { variable
154 ret = tfm_rpc_register_ops(&rpc_ops); in tfm_inter_core_comm_init()