Searched defs:GIC_TARGET (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Darm_gic.c73 #define GIC_TARGET(irq) 1 macro
75 #define GIC_TARGET(irq) s->irq_target[irq] macro
166 DPRINTF("Set %d pending mask %x\n", irq, GIC_TARGET(irq));
167 GIC_SET_PENDING(irq, GIC_TARGET(irq));
216 && GIC_TEST_LEVEL(irq, cm) && (GIC_TARGET(irq) & cm) != 0) {
321 res = GIC_TARGET(irq);
405 int mask = (irq < 32) ? (1 << cpu) : GIC_TARGET(irq);
442 GIC_SET_PENDING(irq + i, GIC_TARGET(irq));

Completed in 72 milliseconds