optee_handle_rpc()
- If
optee_rpc_param->a0
: OPTEE_SMC_RPC_FUNC_CMD
function:- Get
arg
(struct optee_msg_arg) from the shared memory. handle_rpc_func_cmd()
witharg
.- …
- Set
param->a0
toOPTEE_SMC_CALL_RETURN_FROM_RPC
to indicate that we have successfully handled the RPC.
optee_handle_rpc()c
Loading...