HomeSort by relevance Sort by last modified time
    Searched refs:gic (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
armv7m_nvic.c 36 gic_state gic; member in struct:__anon10991
88 IRQ is #16. The internal GIC routines use #32 as the first IRQ. */
94 gic_set_pending_private(&s->gic, 0, irq);
103 irq = gic_acknowledge_irq(&s->gic, 0);
116 gic_complete_irq(&s->gic, 0, irq);
156 val = s->gic.running_irq[0];
163 if (s->gic.running_irq[0] == 1023
164 || s->gic.last_active[s->gic.running_irq[0]][0] == 1023) {
168 if (s->gic.current_pending[0] != 1023
    [all...]
arm_gic.c 27 through the normal GIC interface. */
36 DO_UPCAST(type, gic, FROM_SYSBUS(gic_state, dev))

Completed in 132 milliseconds