Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dopenpic.c231 static int IRQ_get_next(OpenPICState *opp, IRQQueue *q) in IRQ_get_next() function
300 if (IRQ_get_next(opp, &dst->servicing) >= 0 && in IRQ_local_pipe()
310 IRQ_get_next(opp, &dst->servicing); in IRQ_local_pipe()
1023 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal()
1032 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal()
1034 n_IRQ = IRQ_get_next(opp, &dst->raised); in openpic_cpu_write_internal()
1064 irq = IRQ_get_next(opp, &dst->raised); in openpic_iack()
/openbmc/linux/arch/powerpc/kvm/
H A Dmpic.c315 static int IRQ_get_next(struct openpic *opp, struct irq_queue *q) in IRQ_get_next() function
383 if (IRQ_get_next(opp, &dst->servicing) >= 0 && in IRQ_local_pipe()
393 IRQ_get_next(opp, &dst->servicing); in IRQ_local_pipe()
1081 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal()
1093 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal()
1095 n_IRQ = IRQ_get_next(opp, &dst->raised); in openpic_cpu_write_internal()
1135 irq = IRQ_get_next(opp, &dst->raised); in openpic_iack()