/openbmc/qemu/hw/display/ |
H A D | vga-access.h | 25 static inline uint8_t vga_read_byte(VGACommonState *vga, uint32_t addr) in vga_read_byte() 30 static inline uint16_t vga_read_word_le(VGACommonState *vga, uint32_t addr) in vga_read_word_le() 37 static inline uint16_t vga_read_word_be(VGACommonState *vga, uint32_t addr) in vga_read_word_be() 44 static inline uint32_t vga_read_dword_le(VGACommonState *vga, uint32_t addr) in vga_read_dword_le()
|
H A D | vga-helpers.h | 101 static void *vga_draw_line2(VGACommonState *vga, uint8_t *d, in vga_draw_line2() 143 static void *vga_draw_line2d2(VGACommonState *vga, uint8_t *d, in vga_draw_line2d2() 182 static void *vga_draw_line4(VGACommonState *vga, uint8_t *d, in vga_draw_line4() 220 static void *vga_draw_line4d2(VGACommonState *vga, uint8_t *d, in vga_draw_line4d2() 260 static void *vga_draw_line8d2(VGACommonState *vga, uint8_t *d, in vga_draw_line8d2() 302 static void *vga_draw_line8(VGACommonState *vga, uint8_t *d, in vga_draw_line8() 333 static void *vga_draw_line15_le(VGACommonState *vga, uint8_t *d, in vga_draw_line15_le() 352 static void *vga_draw_line15_be(VGACommonState *vga, uint8_t *d, in vga_draw_line15_be() 374 static void *vga_draw_line16_le(VGACommonState *vga, uint8_t *d, in vga_draw_line16_le() 393 static void *vga_draw_line16_be(VGACommonState *vga, uint8_t *d, in vga_draw_line16_be() [all …]
|
H A D | virtio-vga.h | 19 VGACommonState vga; member
|
H A D | ati.c | 170 static void ati_cursor_invalidate(VGACommonState *vga) in ati_cursor_invalidate() 197 static void ati_cursor_draw_line(VGACommonState *vga, uint8_t *d, int scr_y) in ati_cursor_draw_line() 954 VGACommonState *vga = &s->vga; in ati_vga_realize() local
|
H A D | vga-mmio.c | 47 VGACommonState vga; member
|
H A D | qxl-render.c | 100 VGACommonState *vga = &qxl->vga; in qxl_render_update_area_unlocked() local
|
H A D | virtio-vga.c | 104 VGACommonState *vga = &vvga->vga; in virtio_vga_base_realize() local
|
H A D | cirrus_vga_internal.h | 50 VGACommonState vga; member
|
H A D | vga-pci.c | 49 VGACommonState vga; member
|
H A D | ati_int.h | 89 VGACommonState vga; member
|
H A D | qxl.h | 89 VGACommonState vga; member
|
H A D | qxl.c | 1286 VGACommonState *vga = opaque; in qxl_vga_ioport_write() local 2241 VGACommonState *vga = &qxl->vga; local
|
H A D | vmware_vga.c | 48 VGACommonState vga; member
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/ |
H A D | board_common.c | 143 u32 vga = ast_sdmc_get_vram_size(); in dram_init() local
|
/openbmc/qemu/include/system/ |
H A D | ram_addr.h | 246 bool vga = cpu_physical_memory_get_dirty_flag(addr, DIRTY_MEMORY_VGA); in cpu_physical_memory_is_clean() local
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.h | 141 VFIOVGA *vga; /* 0xa0000, 0x3b0, 0x3c0 */ member
|
H A D | pci.c | 1242 VFIOVGA *vga = container_of(region, VFIOVGA, region[region->nr]); in vfio_vga_write() local 1277 VFIOVGA *vga = container_of(region, VFIOVGA, region[region->nr]); in vfio_vga_read() local
|