Home
last modified time | relevance | path

Searched refs:SPAPR_INTC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_irq.c206 { SPAPR_INTC((spapr_)->ics), SPAPR_INTC((spapr_)->xive), }
349 if (sicc->claim_irq(SPAPR_INTC(spapr->xive), SPAPR_IRQ_IPI + i, in spapr_irq_init()
523 new_intc = SPAPR_INTC(spapr->xive); in spapr_irq_update_active_intc()
526 new_intc = SPAPR_INTC(spapr->xive); in spapr_irq_update_active_intc()
528 new_intc = SPAPR_INTC(spapr->ics); in spapr_irq_update_active_intc()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_irq.h37 #define SPAPR_INTC(obj) \ macro
40 DECLARE_CLASS_CHECKERS(SpaprInterruptControllerClass, SPAPR_INTC,