Home
last modified time | relevance | path

Searched refs:call_ctx (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/tee/optee/
H A Dsmc_abi.c735 call_ctx->pages_list = pages_list; in handle_rpc_func_cmd_shm_alloc()
736 call_ctx->num_entries = page_count; in handle_rpc_func_cmd_shm_alloc()
772 if (call_ctx->pages_list) { in free_pages_list()
774 call_ctx->num_entries); in free_pages_list()
775 call_ctx->pages_list = NULL; in free_pages_list()
776 call_ctx->num_entries = 0; in free_pages_list()
782 free_pages_list(call_ctx); in optee_rpc_finalize_call()
787 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd() argument
792 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 …]
/linux-6.15/drivers/vhost/
H A Dvdpa.c179 struct eventfd_ctx *call_ctx = vq->call_ctx.ctx; in vhost_vdpa_virtqueue_cb() local
181 if (call_ctx) in vhost_vdpa_virtqueue_cb()
182 eventfd_signal(call_ctx); in vhost_vdpa_virtqueue_cb()
212 if (!vq->call_ctx.ctx) in vhost_vdpa_setup_vq_irq()
215 vq->call_ctx.producer.irq = irq; in vhost_vdpa_setup_vq_irq()
711 if (vq->call_ctx.ctx) { in vhost_vdpa_vring_ioctl()
715 vq->call_ctx.producer.token = NULL; in vhost_vdpa_vring_ioctl()
752 if (vq->call_ctx.ctx) { in vhost_vdpa_vring_ioctl()
755 cb.trigger = vq->call_ctx.ctx; in vhost_vdpa_vring_ioctl()
756 vq->call_ctx.producer.token = vq->call_ctx.ctx; in vhost_vdpa_vring_ioctl()
[all …]
H A Dvhost.c347 static void vhost_vring_call_reset(struct vhost_vring_call *call_ctx) in vhost_vring_call_reset() argument
349 call_ctx->ctx = NULL; in vhost_vring_call_reset()
350 memset(&call_ctx->producer, 0x0, sizeof(struct irq_bypass_producer)); in vhost_vring_call_reset()
387 vhost_vring_call_reset(&vq->call_ctx); in vhost_vq_reset()
1036 if (dev->vqs[i]->call_ctx.ctx) in vhost_dev_cleanup()
1037 eventfd_ctx_put(dev->vqs[i]->call_ctx.ctx); in vhost_dev_cleanup()
2041 swap(ctx, vq->call_ctx.ctx); in vhost_vring_ioctl()
2826 if (vq->call_ctx.ctx && vhost_notify(dev, vq)) in vhost_signal()
2827 eventfd_signal(vq->call_ctx.ctx); in vhost_signal()
H A Dvhost.h93 struct vhost_vring_call call_ctx; member
/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h130 struct gssx_call_ctx call_ctx; member
H A Dgss_rpc_xdr.c740 err = gssx_enc_call_ctx(xdr, &arg->call_ctx); in gssx_enc_accept_sec_context()