Lines Matching refs:call_ctx
289 struct optee_call_ctx *call_ctx)
354 call_ctx->pages_list = pages_list;
355 call_ctx->num_entries = page_num;
436 static void free_pages_list(struct optee_call_ctx *call_ctx)
438 if (call_ctx->pages_list) {
439 optee_free_pages_list(call_ctx->pages_list,
440 call_ctx->num_entries);
441 call_ctx->pages_list = NULL;
442 call_ctx->num_entries = 0;
446 void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx)
448 free_pages_list(call_ctx);
453 struct optee_call_ctx *call_ctx)
474 free_pages_list(call_ctx);
475 handle_rpc_func_cmd_shm_alloc(ctx, optee, arg, call_ctx);
492 * @call_ctx: call context. Preserved during one OP-TEE invocation
497 struct optee_call_ctx *call_ctx)
533 handle_rpc_func_cmd(ctx, optee, shm, call_ctx);