Home
last modified time | relevance | path

Searched refs:TYPE_REALVIEW_GIC (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/intc/
H A Drealview_gic.h17 #define TYPE_REALVIEW_GIC "realview_gic" macro
/openbmc/qemu/hw/intc/
H A Drealview_gic.c74 .name = TYPE_REALVIEW_GIC,
/openbmc/qemu/hw/cpu/
H A Drealview_mpcore.c107 object_initialize_child(obj, "gic[*]", &s->gic[i], TYPE_REALVIEW_GIC); in mpcore_rirq_init()
/openbmc/qemu/hw/arm/
H A Drealview.c202 dev = sysbus_create_simple(TYPE_REALVIEW_GIC, gic_addr, cpu_irq[0]); in realview_init()