irq_bypass_consumer
int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *cons,
void kvm_arch_irq_bypass_del_producer(struct irq_bypass_consumer *cons,
void kvm_arch_irq_bypass_stop(struct irq_bypass_consumer *cons)
void kvm_arch_irq_bypass_start(struct irq_bypass_consumer *cons)
int (*irq_bypass_add_producer)(struct irq_bypass_consumer *,
void (*irq_bypass_del_producer)(struct irq_bypass_consumer *,
static int kvmppc_irq_bypass_add_producer_hv(struct irq_bypass_consumer *cons,
static void kvmppc_irq_bypass_del_producer_hv(struct irq_bypass_consumer *cons,
int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *cons,
void kvm_arch_irq_bypass_del_producer(struct irq_bypass_consumer *cons,
int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *cons,
void kvm_arch_irq_bypass_del_producer(struct irq_bypass_consumer *cons,
struct irq_bypass_consumer;
struct irq_bypass_consumer;
struct irq_bypass_consumer *consumer;
struct irq_bypass_consumer *);
struct irq_bypass_consumer *);
int (*add_producer)(struct irq_bypass_consumer *,
void (*del_producer)(struct irq_bypass_consumer *,
void (*stop)(struct irq_bypass_consumer *);
void (*start)(struct irq_bypass_consumer *);
int irq_bypass_register_consumer(struct irq_bypass_consumer *consumer,
void irq_bypass_unregister_consumer(struct irq_bypass_consumer *consumer);
int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *,
void kvm_arch_irq_bypass_del_producer(struct irq_bypass_consumer *,
void kvm_arch_irq_bypass_stop(struct irq_bypass_consumer *);
void kvm_arch_irq_bypass_start(struct irq_bypass_consumer *);
struct irq_bypass_consumer consumer;
struct irq_bypass_consumer *cons)
struct irq_bypass_consumer *cons)
int irq_bypass_register_consumer(struct irq_bypass_consumer *consumer,
void irq_bypass_unregister_consumer(struct irq_bypass_consumer *consumer)
struct irq_bypass_consumer *cons)
struct irq_bypass_consumer *cons)
struct irq_bypass_consumer *consumer;