Home
last modified time | relevance | path

Searched refs:DIRTY_MEMORY_VGA (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/display/
H A Dframebuffer.c34 memory_region_set_log(mem_section->mr, false, DIRTY_MEMORY_VGA); in framebuffer_update_memory_section()
51 memory_region_set_log(mem_section->mr, true, DIRTY_MEMORY_VGA); in framebuffer_update_memory_section()
103 DIRTY_MEMORY_VGA); in framebuffer_update_display()
H A Dcg3.c113 DIRTY_MEMORY_VGA); in cg3_update_display()
314 memory_region_set_log(&s->vram_mem, true, DIRTY_MEMORY_VGA); in cg3_realizefn()
H A Dbochs-display.c236 DIRTY_MEMORY_VGA); in bochs_display_update()
311 memory_region_set_log(&s->vram, true, DIRTY_MEMORY_VGA); in bochs_display_realize()
H A Dtcx.c232 DIRTY_MEMORY_VGA); in tcx_update_display()
285 DIRTY_MEMORY_VGA); in tcx24_update_display()
374 DIRTY_MEMORY_VGA); in tcx_reset()
821 memory_region_set_log(&s->vram_mem, true, DIRTY_MEMORY_VGA); in tcx_realizefn()
H A Dg364fb.c132 DIRTY_MEMORY_VGA); in g364fb_draw_graphic8()
484 memory_region_set_log(&s->mem_vram, true, DIRTY_MEMORY_VGA); in g364fb_init()
H A Dmacfb.c307 DIRTY_MEMORY_VGA); in macfb_draw_graphic()
682 memory_region_set_log(&s->mem_vram, true, DIRTY_MEMORY_VGA); in macfb_common_realize()
H A Dvga.c1467 memory_region_set_log(&s->vram, true, DIRTY_MEMORY_VGA); in vga_dirty_log_start()
1472 memory_region_set_log(&s->vram, false, DIRTY_MEMORY_VGA); in vga_dirty_log_stop()
1676 DIRTY_MEMORY_VGA); in vga_draw_graphic()
H A Dsm501.c1795 offset, width * height * src_bpp, DIRTY_MEMORY_VGA); in sm501_update_display()
1905 memory_region_set_log(&s->local_mem_region, true, DIRTY_MEMORY_VGA); in sm501_init()
/openbmc/qemu/include/exec/
H A Dramlist.h11 #define DIRTY_MEMORY_VGA 0 macro
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c440 if (new & ~old & (1 << DIRTY_MEMORY_VGA)) { in xen_log_start()
449 if (old & ~new & (1 << DIRTY_MEMORY_VGA)) { in xen_log_stop()
716 bool log_dirty = memory_region_is_logging(section->mr, DIRTY_MEMORY_VGA); in arch_xen_set_memory()
/openbmc/qemu/system/
H A Dmemory.c2387 assert(client == DIRTY_MEMORY_VGA); in memory_region_set_log()