Home
last modified time | relevance | path

Searched defs:CirrusVGAState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/display/
H A Dcirrus_vga_internal.h49 typedef struct CirrusVGAState { struct
50 VGACommonState vga;
52 MemoryRegion cirrus_vga_io;
53 MemoryRegion cirrus_linear_io;
54 MemoryRegion cirrus_linear_bitblt_io;
55 MemoryRegion cirrus_mmio_io;
56 MemoryRegion pci_bar;
57 bool linear_vram; /* vga.vram mapped over cirrus_linear_io */
58 MemoryRegion low_mem_container; /* container for 0xa0000-0xc0000 */
59 MemoryRegion low_mem; /* always mapped, overridden by: */
[all …]