Searched refs:PCIVGAState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | vga-pci.c | 47 struct PCIVGAState { struct 58 OBJECT_DECLARE_SIMPLE_TYPE(PCIVGAState, PCI_VGA) argument 65 VMSTATE_PCI_DEVICE(dev, PCIVGAState), 66 VMSTATE_STRUCT(vga, PCIVGAState, 0, vmstate_vga_common, VGACommonState), 184 PCIVGAState *d = PCI_VGA(PCI_DEVICE(obj)); in vga_get_big_endian_fb() 191 PCIVGAState *d = PCI_VGA(PCI_DEVICE(obj)); in vga_set_big_endian_fb() 210 PCIVGAState *d = container_of(s, PCIVGAState, vga); in pci_std_vga_mmio_region_init() 238 PCIVGAState *d = PCI_VGA(dev); in pci_std_vga_realize() 276 PCIVGAState *d = PCI_VGA(dev); in pci_secondary_vga_realize() 306 PCIVGAState *d = PCI_VGA(dev); in pci_secondary_vga_exit() [all …]
|