Home
last modified time | relevance | path

Searched refs:gictype (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c437 const char *gictype; in create_gic() local
442 gictype = gicv3_class_name(); in create_gic()
444 sms->gic = qdev_new(gictype); in create_gic()
H A Dvirt.c768 const char *gictype; in create_gic() local
775 gictype = gic_class_name(); in create_gic()
777 gictype = gicv3_class_name(); in create_gic()
793 vms->gic = qdev_new(gictype); in create_gic()