Searched refs:IRQDest (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | openpic.h | 116 typedef struct IRQDest { struct 124 } IRQDest; argument 162 IRQDest dst[MAX_CPU];
|
/openbmc/qemu/hw/intc/ |
H A D | openpic.c | 241 IRQDest *dst; in IRQ_local_pipe() 566 IRQDest *dst; in openpic_gbl_write() 970 IRQDest *dst; in openpic_cpu_write_internal() 1056 static uint32_t openpic_iack(OpenPICState *opp, IRQDest *dst, int cpu) in openpic_iack() 1113 IRQDest *dst; in openpic_cpu_read_internal() 1407 VMSTATE_INT32(ctpr, IRQDest), 1408 VMSTATE_STRUCT(raised, IRQDest, 0, vmstate_openpic_irq_queue, 1410 VMSTATE_STRUCT(servicing, IRQDest, 0, vmstate_openpic_irq_queue, 1412 VMSTATE_UINT32_ARRAY(outputs_active, IRQDest, OPENPIC_OUTPUT_NB), 1482 vmstate_openpic_irqdest, IRQDest),
|