Lines Matching refs:rpc_arg
815 struct optee_msg_arg *rpc_arg,
853 if (rpc_arg) {
854 arg = rpc_arg;
894 struct optee_msg_arg *rpc_arg = NULL;
906 rpc_arg = tee_shm_get_va(shm, offs + rpc_arg_offs);
907 if (IS_ERR(rpc_arg))
908 return PTR_ERR(rpc_arg);
911 if (rpc_arg && tee_shm_is_dynamic(shm)) {
922 if (rpc_arg)
951 optee_handle_rpc(ctx, rpc_arg, ¶m, &call_ctx);