Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Di8259_common.c120 uint64_t **irq_counts, unsigned int *nb_irqs) in pic_get_statistics() argument
126 *nb_irqs = ARRAY_SIZE(irq_count); in pic_get_statistics()
129 *nb_irqs = 0; in pic_get_statistics()
H A Dm68k_irqc.c21 uint64_t **irq_counts, unsigned int *nb_irqs) in m68k_irqc_get_statistics() argument
26 *nb_irqs = ARRAY_SIZE(s->stats_irq_count); in m68k_irqc_get_statistics()
H A Dgoldfish_pic.c33 unsigned int *nb_irqs) in goldfish_pic_get_statistics() argument
38 *nb_irqs = ARRAY_SIZE(s->stats_irq_count); in goldfish_pic_get_statistics()
H A Dioapic_common.c52 unsigned int *nb_irqs) in ioapic_get_statistics() argument
57 *nb_irqs = IOAPIC_NUM_PINS; in ioapic_get_statistics()
H A Dslavio_intctl.c395 unsigned int *nb_irqs) in slavio_intctl_get_statistics() argument
399 *nb_irqs = ARRAY_SIZE(s->irq_count); in slavio_intctl_get_statistics()
H A Dopenpic.c1261 opp->frr = ((opp->nb_irqs - 1) << FRR_NIRQ_SHIFT) | in openpic_reset()
1550 opp->nb_irqs = 80; in openpic_realize()
1563 opp->nb_irqs = 196; in openpic_realize()
1573 opp->nb_irqs = KEYLARGO_MAX_EXT; in openpic_realize()
/qemu/hw/core/
H A Dmachine-qmp-cmds.c331 unsigned int nb_irqs, i; in qmp_x_query_irq_foreach() local
333 k->get_statistics(intc, &irq_counts, &nb_irqs)) { in qmp_x_query_irq_foreach()
334 if (nb_irqs > 0) { in qmp_x_query_irq_foreach()
337 for (i = 0; i < nb_irqs; i++) { in qmp_x_query_irq_foreach()
/qemu/include/hw/intc/
H A Dintc.h24 unsigned int *nb_irqs);
/qemu/include/hw/ppc/
H A Dopenpic.h140 uint32_t nb_irqs; member
/qemu/target/ppc/
H A Dcpu_init.c7236 uint64_t **irq_counts, unsigned int *nb_irqs) in ppc_get_irq_stats() argument
7241 *nb_irqs = ARRAY_SIZE(env->excp_stats); in ppc_get_irq_stats()