Home
last modified time | relevance | path

Searched refs:IRQState (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/core/
H A Dirq.c37 static void init_irq_fields(IRQState *irq, qemu_irq_handler handler, in init_irq_fields()
45 void qemu_init_irq(IRQState *irq, qemu_irq_handler handler, void *opaque, in qemu_init_irq()
75 IRQState *irq = IRQ(object_new(TYPE_IRQ)); in qemu_allocate_irq()
96 IRQState *irq = opaque; in qemu_notirq()
122 .instance_size = sizeof(IRQState),
/openbmc/qemu/include/hw/
H A Dirq.h9 OBJECT_DECLARE_SIMPLE_TYPE(IRQState, IRQ)
11 struct IRQState { struct
41 void qemu_init_irq(IRQState *irq, qemu_irq_handler handler, void *opaque,
/openbmc/qemu/include/qemu/
H A Dtypedefs.h128 typedef struct IRQState *qemu_irq;
/openbmc/qemu/hw/isa/
H A Dvt82c686.c596 IRQState i8259_irq;
/openbmc/qemu/hw/ppc/
H A Dpegasos2.c80 IRQState pci_irqs[PCI_NUM_PINS];