Home
last modified time | relevance | path

Searched refs:irq_bypass_producer (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/include/linux/
Dirqbypass.h45 struct irq_bypass_producer { struct
49 int (*add_consumer)(struct irq_bypass_producer *, argument
51 void (*del_consumer)(struct irq_bypass_producer *, argument
53 void (*stop)(struct irq_bypass_producer *); argument
54 void (*start)(struct irq_bypass_producer *); argument
75 struct irq_bypass_producer *);
77 struct irq_bypass_producer *);
82 int irq_bypass_register_producer(struct irq_bypass_producer *);
83 void irq_bypass_unregister_producer(struct irq_bypass_producer *);
Dkvm_irqfd.h61 struct irq_bypass_producer *producer;
Dkvm_host.h1410 struct irq_bypass_producer *);
1412 struct irq_bypass_producer *);
/Linux-v5.10/virt/lib/
Dirqbypass.c30 static int __connect(struct irq_bypass_producer *prod, in __connect()
62 static void __disconnect(struct irq_bypass_producer *prod, in __disconnect()
88 int irq_bypass_register_producer(struct irq_bypass_producer *producer) in irq_bypass_register_producer()
90 struct irq_bypass_producer *tmp; in irq_bypass_register_producer()
139 void irq_bypass_unregister_producer(struct irq_bypass_producer *producer) in irq_bypass_unregister_producer()
141 struct irq_bypass_producer *tmp; in irq_bypass_unregister_producer()
186 struct irq_bypass_producer *producer; in irq_bypass_register_consumer()
238 struct irq_bypass_producer *producer; in irq_bypass_unregister_consumer()
/Linux-v5.10/drivers/vfio/pci/
Dvfio_pci_private.h52 struct irq_bypass_producer producer;
/Linux-v5.10/drivers/vhost/
Dvhost.h66 struct irq_bypass_producer producer;
Dvhost.c304 memset(&call_ctx->producer, 0x0, sizeof(struct irq_bypass_producer)); in vhost_vring_call_reset()
/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_ppc.h302 struct irq_bypass_producer *);
304 struct irq_bypass_producer *);
/Linux-v5.10/arch/arm64/kvm/
Darm.c1702 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_add_producer()
1711 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_del_producer()
/Linux-v5.10/arch/powerpc/kvm/
Dpowerpc.c839 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_add_producer()
852 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_del_producer()
Dbook3s_hv.c5221 struct irq_bypass_producer *prod) in kvmppc_irq_bypass_add_producer_hv()
5238 struct irq_bypass_producer *prod) in kvmppc_irq_bypass_del_producer_hv()
/Linux-v5.10/arch/x86/kvm/
Dx86.c11053 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_add_producer()
11071 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_del_producer()