Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_irq.c481 SpaprInterruptController *new_intc) in set_active_intc() argument
486 assert(new_intc); in set_active_intc()
488 if (new_intc == spapr->active_intc) { in set_active_intc()
500 sicc = SPAPR_INTC_GET_CLASS(new_intc); in set_active_intc()
502 sicc->activate(new_intc, nr_servers, &error_fatal); in set_active_intc()
505 spapr->active_intc = new_intc; in set_active_intc()
516 SpaprInterruptController *new_intc; in spapr_irq_update_active_intc() local
525 new_intc = SPAPR_INTC(spapr->xive); in spapr_irq_update_active_intc()
528 new_intc = SPAPR_INTC(spapr->xive); in spapr_irq_update_active_intc()
530 new_intc = SPAPR_INTC(spapr->ics); in spapr_irq_update_active_intc()
[all …]