Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dompic.c20 OBJECT_DECLARE_SIMPLE_TYPE(OR1KOMPICState, OR1K_OMPIC)
48 struct OR1KOMPICState { struct
59 OR1KOMPICState *s = opaque; in ompic_read() argument
73 OR1KOMPICState *s = opaque; in ompic_write()
108 OR1KOMPICState *s = OR1K_OMPIC(obj); in or1k_ompic_init()
117 OR1KOMPICState *s = OR1K_OMPIC(dev); in or1k_ompic_realize()
132 DEFINE_PROP_UINT32("num-cpus", OR1KOMPICState, num_cpus, 1),
152 VMSTATE_STRUCT_ARRAY(cpus, OR1KOMPICState, OMPIC_MAX_CPUS, 1,
154 VMSTATE_UINT32(num_cpus, OR1KOMPICState),
171 .instance_size = sizeof(OR1KOMPICState),