Home
last modified time | relevance | path

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

/qemu/hw/misc/macio/
H A Dmacio.c265 NewWorldMacIOState *ns = NEWWORLD_MACIO(d); in macio_newworld_realize()
352 NewWorldMacIOState *ns = NEWWORLD_MACIO(obj); in macio_newworld_init()
403 VMSTATE_PCI_DEVICE(parent_obj.parent, NewWorldMacIOState),
409 DEFINE_PROP_BOOL("has-pmu", NewWorldMacIOState, has_pmu, false),
410 DEFINE_PROP_BOOL("has-adb", NewWorldMacIOState, has_adb, false),
458 .instance_size = sizeof(NewWorldMacIOState),
/qemu/include/hw/misc/macio/
H A Dmacio.h130 OBJECT_DECLARE_SIMPLE_TYPE(NewWorldMacIOState, NEWWORLD_MACIO)
132 struct NewWorldMacIOState { struct