Searched refs:call_ctx (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/tee/optee/ |
D | smc_abi.c | 679 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd_shm_alloc() argument 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() 773 static void free_pages_list(struct optee_call_ctx *call_ctx) in free_pages_list() argument 775 if (call_ctx->pages_list) { in free_pages_list() 776 optee_free_pages_list(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() 783 static void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx) in optee_rpc_finalize_call() argument [all …]
|
/linux-6.6.21/drivers/vhost/ |
D | vdpa.c | 161 struct eventfd_ctx *call_ctx = vq->call_ctx.ctx; in vhost_vdpa_virtqueue_cb() local 163 if (call_ctx) in vhost_vdpa_virtqueue_cb() 164 eventfd_signal(call_ctx, 1); in vhost_vdpa_virtqueue_cb() 194 irq_bypass_unregister_producer(&vq->call_ctx.producer); in vhost_vdpa_setup_vq_irq() 195 if (!vq->call_ctx.ctx) in vhost_vdpa_setup_vq_irq() 198 vq->call_ctx.producer.token = vq->call_ctx.ctx; in vhost_vdpa_setup_vq_irq() 199 vq->call_ctx.producer.irq = irq; in vhost_vdpa_setup_vq_irq() 200 ret = irq_bypass_register_producer(&vq->call_ctx.producer); in vhost_vdpa_setup_vq_irq() 203 qid, vq->call_ctx.producer.token, ret); in vhost_vdpa_setup_vq_irq() 210 irq_bypass_unregister_producer(&vq->call_ctx.producer); in vhost_vdpa_unsetup_vq_irq() [all …]
|
D | vhost.c | 351 static void vhost_vring_call_reset(struct vhost_vring_call *call_ctx) in vhost_vring_call_reset() argument 353 call_ctx->ctx = NULL; in vhost_vring_call_reset() 354 memset(&call_ctx->producer, 0x0, sizeof(struct irq_bypass_producer)); in vhost_vring_call_reset() 391 vhost_vring_call_reset(&vq->call_ctx); in vhost_vq_reset() 980 if (dev->vqs[i]->call_ctx.ctx) in vhost_dev_cleanup() 981 eventfd_ctx_put(dev->vqs[i]->call_ctx.ctx); in vhost_dev_cleanup() 1959 swap(ctx, vq->call_ctx.ctx); in vhost_vring_ioctl() 2765 if (vq->call_ctx.ctx && vhost_notify(dev, vq)) in vhost_signal() 2766 eventfd_signal(vq->call_ctx.ctx, 1); in vhost_signal()
|
D | vhost.h | 91 struct vhost_vring_call call_ctx; member
|
/linux-6.6.21/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 130 struct gssx_call_ctx call_ctx; member
|
D | gss_rpc_xdr.c | 729 err = gssx_enc_call_ctx(xdr, &arg->call_ctx); in gssx_enc_accept_sec_context()
|