Searched defs:VGACommonState (Results 1 – 1 of 1) sorted by relevance
68 typedef struct VGACommonState { struct69 MemoryRegion *legacy_address_space;70 uint8_t *vram_ptr;71 MemoryRegion vram;72 uint32_t vram_size;73 uint32_t vram_size_mb; /* property */74 uint32_t vbe_size;75 uint32_t vbe_size_mask;76 uint32_t latch;77 bool has_chain4_alias;[all …]