Searched refs:call_ctx (Results 1 – 6 of 6) sorted by relevance
743 call_ctx->pages_list = pages_list; in handle_rpc_func_cmd_shm_alloc()744 call_ctx->num_entries = page_num; in handle_rpc_func_cmd_shm_alloc()775 if (call_ctx->pages_list) { in free_pages_list()777 call_ctx->num_entries); in free_pages_list()778 call_ctx->pages_list = NULL; in free_pages_list()779 call_ctx->num_entries = 0; in free_pages_list()785 free_pages_list(call_ctx); in optee_rpc_finalize_call()790 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd() argument795 free_pages_list(call_ctx); in handle_rpc_func_cmd()893 struct optee_call_ctx call_ctx = { }; in optee_smc_do_call_with_arg() local[all …]
161 struct eventfd_ctx *call_ctx = vq->call_ctx.ctx; in vhost_vdpa_virtqueue_cb() local163 if (call_ctx) in vhost_vdpa_virtqueue_cb()164 eventfd_signal(call_ctx, 1); in vhost_vdpa_virtqueue_cb()194 if (!vq->call_ctx.ctx) in vhost_vdpa_setup_vq_irq()197 vq->call_ctx.producer.irq = irq; in vhost_vdpa_setup_vq_irq()629 if (vq->call_ctx.ctx) { in vhost_vdpa_vring_ioctl()633 vq->call_ctx.producer.token = NULL; in vhost_vdpa_vring_ioctl()664 if (vq->call_ctx.ctx) { in vhost_vdpa_vring_ioctl()667 cb.trigger = vq->call_ctx.ctx; in vhost_vdpa_vring_ioctl()668 vq->call_ctx.producer.token = vq->call_ctx.ctx; in vhost_vdpa_vring_ioctl()[all …]
359 static void vhost_vring_call_reset(struct vhost_vring_call *call_ctx) in vhost_vring_call_reset() argument361 call_ctx->ctx = NULL; in vhost_vring_call_reset()362 memset(&call_ctx->producer, 0x0, sizeof(struct irq_bypass_producer)); in vhost_vring_call_reset()399 vhost_vring_call_reset(&vq->call_ctx); in vhost_vq_reset()1048 if (dev->vqs[i]->call_ctx.ctx) in vhost_dev_cleanup()1049 eventfd_ctx_put(dev->vqs[i]->call_ctx.ctx); in vhost_dev_cleanup()2027 swap(ctx, vq->call_ctx.ctx); in vhost_vring_ioctl()2833 if (vq->call_ctx.ctx && vhost_notify(dev, vq)) in vhost_signal()2834 eventfd_signal(vq->call_ctx.ctx, 1); in vhost_signal()
93 struct vhost_vring_call call_ctx; member
130 struct gssx_call_ctx call_ctx; member
740 err = gssx_enc_call_ctx(xdr, &arg->call_ctx); in gssx_enc_accept_sec_context()