Home
last modified time | relevance | path

Searched refs:HeathrowState (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/intc/
H A Dheathrow_pic.c39 static void heathrow_update_irq(HeathrowState *s) in heathrow_update_irq()
52 HeathrowState *s = opaque; in heathrow_write()
80 HeathrowState *s = opaque; in heathrow_read()
117 HeathrowState *s = opaque; in heathrow_set_irq()
158 VMSTATE_STRUCT_ARRAY(pics, HeathrowState, 2, 1,
166 HeathrowState *s = HEATHROW(d); in heathrow_reset()
174 HeathrowState *s = HEATHROW(obj); in heathrow_init()
199 .instance_size = sizeof(HeathrowState),
/qemu/include/hw/intc/
H A Dheathrow_pic.h33 OBJECT_DECLARE_SIMPLE_TYPE(HeathrowState, HEATHROW)
42 struct HeathrowState { struct
/qemu/include/hw/misc/macio/
H A Dmacio.h123 HeathrowState pic;