Searched refs:IRQ_get_next (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | openpic.c | 230 static int IRQ_get_next(OpenPICState *opp, IRQQueue *q) in IRQ_get_next() function 299 if (IRQ_get_next(opp, &dst->servicing) >= 0 && in IRQ_local_pipe() 309 IRQ_get_next(opp, &dst->servicing); in IRQ_local_pipe() 1022 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal() 1031 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal() 1033 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 D | mpic.c | 315 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()
|