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