Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Da9scu.c24 A9SCUState *s = (A9SCUState *)opaque; in a9_scu_read()
51 A9SCUState *s = (A9SCUState *)opaque; in a9_scu_write()
96 A9SCUState *s = A9_SCU(dev); in a9_scu_reset()
102 A9SCUState *s = A9_SCU(dev); in a9_scu_realize()
120 VMSTATE_UINT32(control, A9SCUState),
121 VMSTATE_UINT32(status, A9SCUState),
127 DEFINE_PROP_UINT32("num-cpu", A9SCUState, num_cpu, 1),
144 .instance_size = sizeof(A9SCUState),
/openbmc/qemu/include/hw/misc/
H A Da9scu.h18 struct A9SCUState { struct
30 OBJECT_DECLARE_SIMPLE_TYPE(A9SCUState, A9_SCU) argument
/openbmc/qemu/include/hw/cpu/
H A Da9mpcore.h32 A9SCUState scu;