Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dgoldfish_pic.c35 GoldfishPICState *s = GOLDFISH_PIC(obj); in goldfish_pic_get_statistics()
44 GoldfishPICState *s = GOLDFISH_PIC(obj); in goldfish_pic_print_info()
49 static void goldfish_pic_update(GoldfishPICState *s) in goldfish_pic_update()
60 GoldfishPICState *s = opaque; in goldfish_irq_request()
76 GoldfishPICState *s = opaque; in goldfish_pic_read()
103 GoldfishPICState *s = opaque; in goldfish_pic_write()
138 GoldfishPICState *s = GOLDFISH_PIC(dev); in goldfish_pic_reset()
152 GoldfishPICState *s = GOLDFISH_PIC(dev); in goldfish_pic_realize()
165 VMSTATE_UINT32(pending, GoldfishPICState),
174 GoldfishPICState *s = GOLDFISH_PIC(obj); in goldfish_pic_instance_init()
[all …]
/openbmc/qemu/include/hw/intc/
H A Dgoldfish_pic.h16 OBJECT_DECLARE_SIMPLE_TYPE(GoldfishPICState, GOLDFISH_PIC)
20 struct GoldfishPICState { struct