Home
last modified time | relevance | path

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

/Linux-v5.4/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.h1329 struct irq_bypass_producer *);
1331 struct irq_bypass_producer *);
/Linux-v5.4/virt/lib/
Dirqbypass.c30 static int __connect(struct irq_bypass_producer *prod, in __connect()
58 static void __disconnect(struct irq_bypass_producer *prod, in __disconnect()
84 int irq_bypass_register_producer(struct irq_bypass_producer *producer) in irq_bypass_register_producer()
86 struct irq_bypass_producer *tmp; in irq_bypass_register_producer()
134 void irq_bypass_unregister_producer(struct irq_bypass_producer *producer) in irq_bypass_unregister_producer()
136 struct irq_bypass_producer *tmp; in irq_bypass_unregister_producer()
181 struct irq_bypass_producer *producer; in irq_bypass_register_consumer()
232 struct irq_bypass_producer *producer; in irq_bypass_unregister_consumer()
/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci_private.h48 struct irq_bypass_producer producer;
/Linux-v5.4/arch/powerpc/include/asm/
Dkvm_ppc.h311 struct irq_bypass_producer *);
313 struct irq_bypass_producer *);
/Linux-v5.4/virt/kvm/arm/
Darm.c1628 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_add_producer()
1637 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_del_producer()
/Linux-v5.4/arch/powerpc/kvm/
Dpowerpc.c836 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_add_producer()
849 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_del_producer()
Dbook3s_hv.c5142 struct irq_bypass_producer *prod) in kvmppc_irq_bypass_add_producer_hv()
5159 struct irq_bypass_producer *prod) in kvmppc_irq_bypass_del_producer_hv()
/Linux-v5.4/arch/x86/kvm/
Dx86.c10196 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_add_producer()
10208 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_del_producer()