call_ctx          130 drivers/tee/optee/call.c 	struct optee_call_ctx call_ctx = { };
call_ctx          156 drivers/tee/optee/call.c 			optee_handle_rpc(ctx, &param, &call_ctx);
call_ctx          163 drivers/tee/optee/call.c 	optee_rpc_finalize_call(&call_ctx);
call_ctx          124 drivers/tee/optee/optee_private.h 		      struct optee_call_ctx *call_ctx);
call_ctx          125 drivers/tee/optee/optee_private.h void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx);
call_ctx          195 drivers/tee/optee/rpc.c 					  struct optee_call_ctx *call_ctx)
call_ctx          259 drivers/tee/optee/rpc.c 		call_ctx->pages_list = pages_list;
call_ctx          260 drivers/tee/optee/rpc.c 		call_ctx->num_entries = page_num;
call_ctx          341 drivers/tee/optee/rpc.c static void free_pages_list(struct optee_call_ctx *call_ctx)
call_ctx          343 drivers/tee/optee/rpc.c 	if (call_ctx->pages_list) {
call_ctx          344 drivers/tee/optee/rpc.c 		optee_free_pages_list(call_ctx->pages_list,
call_ctx          345 drivers/tee/optee/rpc.c 				      call_ctx->num_entries);
call_ctx          346 drivers/tee/optee/rpc.c 		call_ctx->pages_list = NULL;
call_ctx          347 drivers/tee/optee/rpc.c 		call_ctx->num_entries = 0;
call_ctx          351 drivers/tee/optee/rpc.c void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx)
call_ctx          353 drivers/tee/optee/rpc.c 	free_pages_list(call_ctx);
call_ctx          358 drivers/tee/optee/rpc.c 				struct optee_call_ctx *call_ctx)
call_ctx          379 drivers/tee/optee/rpc.c 		free_pages_list(call_ctx);
call_ctx          380 drivers/tee/optee/rpc.c 		handle_rpc_func_cmd_shm_alloc(ctx, arg, call_ctx);
call_ctx          399 drivers/tee/optee/rpc.c 		      struct optee_call_ctx *call_ctx)
call_ctx          434 drivers/tee/optee/rpc.c 		handle_rpc_func_cmd(ctx, optee, shm, call_ctx);
call_ctx          321 drivers/vhost/vhost.c 	vq->call_ctx = NULL;
call_ctx          666 drivers/vhost/vhost.c 		if (dev->vqs[i]->call_ctx)
call_ctx          667 drivers/vhost/vhost.c 			eventfd_ctx_put(dev->vqs[i]->call_ctx);
call_ctx         1665 drivers/vhost/vhost.c 		swap(ctx, vq->call_ctx);
call_ctx         2479 drivers/vhost/vhost.c 	if (vq->call_ctx && vhost_notify(dev, vq))
call_ctx         2480 drivers/vhost/vhost.c 		eventfd_signal(vq->call_ctx, 1);
call_ctx           95 drivers/vhost/vhost.h 	struct eventfd_ctx *call_ctx;
call_ctx          729 net/sunrpc/auth_gss/gss_rpc_xdr.c 	err = gssx_enc_call_ctx(xdr, &arg->call_ctx);
call_ctx          130 net/sunrpc/auth_gss/gss_rpc_xdr.h 	struct gssx_call_ctx call_ctx;