Searched refs:PCICirrusVGAState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga.c | 184 struct PCICirrusVGAState { struct 190 OBJECT_DECLARE_SIMPLE_TYPE(PCICirrusVGAState, PCI_CIRRUS_VGA) argument 2781 VMSTATE_PCI_DEVICE(dev, PCICirrusVGAState), 2782 VMSTATE_STRUCT(cirrus_vga, PCICirrusVGAState, 0, 2944 PCICirrusVGAState *d = PCI_CIRRUS_VGA(dev); in pci_cirrus_vga_realize() 2986 DEFINE_PROP_UINT32("vgamem_mb", struct PCICirrusVGAState, 2988 DEFINE_PROP_BOOL("blitter", struct PCICirrusVGAState, 2990 DEFINE_PROP_BOOL("global-vmstate", struct PCICirrusVGAState, 3015 .instance_size = sizeof(PCICirrusVGAState),
|