Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dheathrow_pic.c33 static inline int heathrow_check_irq(HeathrowPICState *pic) in heathrow_check_irq()
53 HeathrowPICState *pic; in heathrow_write()
81 HeathrowPICState *pic; in heathrow_read()
118 HeathrowPICState *pic; in heathrow_set_irq()
145 VMSTATE_UINT32(events, HeathrowPICState),
146 VMSTATE_UINT32(mask, HeathrowPICState),
147 VMSTATE_UINT32(levels, HeathrowPICState),
148 VMSTATE_UINT32(level_triggered, HeathrowPICState),
159 vmstate_heathrow_pic_one, HeathrowPICState),
/qemu/include/hw/intc/
H A Dheathrow_pic.h35 typedef struct HeathrowPICState { struct
40 } HeathrowPICState; typedef
46 HeathrowPICState pics[2];